eric6/Preferences/ConfigurationDialog.py

changeset 7900
72b88fb20261
parent 7788
604a28a7767b
child 7923
91e843545d9a
--- a/eric6/Preferences/ConfigurationDialog.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Preferences/ConfigurationDialog.py	Sat Dec 19 15:22:26 2020 +0100
@@ -87,13 +87,13 @@
         Constructor
         
         @param parent The parent widget of this dialog. (QWidget)
-        @keyparam fromEric flag indicating a dialog generation from within the
+        @param fromEric flag indicating a dialog generation from within the
             eric6 ide (boolean)
-        @keyparam displayMode mode of the configuration dialog
+        @param displayMode mode of the configuration dialog
             (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode,
              WebBrowserMode)
         @exception RuntimeError raised to indicate an invalid dialog mode
-        @keyparam expandedEntries list of entries to be shown expanded
+        @param expandedEntries list of entries to be shown expanded
             (list of strings)
         """
         super(ConfigurationWidget, self).__init__(parent)
@@ -926,12 +926,12 @@
         @param parent The parent widget of this dialog. (QWidget)
         @param name The name of this dialog. string
         @param modal Flag indicating a modal dialog. (boolean)
-        @keyparam fromEric flag indicating a dialog generation from within the
+        @param fromEric flag indicating a dialog generation from within the
             eric6 ide (boolean)
-        @keyparam displayMode mode of the configuration dialog
+        @param displayMode mode of the configuration dialog
             (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode,
              WebBrowserMode)
-        @keyparam expandedEntries list of entries to be shown expanded
+        @param expandedEntries list of entries to be shown expanded
             (list of strings)
         """
         super(ConfigurationDialog, self).__init__(parent)

eric ide

mercurial