PluginPipxInterface.py

changeset 63
4b38c24b15dd
parent 61
163461aefed6
child 65
f45739686aa1
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
 

eric ide

mercurial