diff -r 99f2b6faeb86 -r 4b38c24b15dd PluginPipxInterface.py --- a/PluginPipxInterface.py Wed Aug 28 15:27:02 2024 +0200 +++ b/PluginPipxInterface.py Thu Aug 29 13:16:22 2024 +0200 @@ -85,16 +85,14 @@ return data -def createPipxPage( - _configDlg, -): +def createPipxPage(_configDlg): """ - Module function to create the autocompletion configuration page. + Module function to create the pipx configuration page. @param _configDlg reference to the configuration dialog (unused) @type ConfigurationWidget @return reference to the configuration page - @rtype AutoCompletionRopePage + @rtype PipxPage """ from PipxInterface.ConfigurationPage.PipxPage import PipxPage # noqa: I102