eric6/IconEditor/IconEditorWindow.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/IconEditor/IconEditorWindow.py
--- a/eric6/IconEditor/IconEditorWindow.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/IconEditor/IconEditorWindow.py	Sat Dec 19 15:22:26 2020 +0100
@@ -47,11 +47,11 @@
         
         @param fileName name of a file to load on startup (string)
         @param parent parent widget of this window (QWidget)
-        @keyparam fromEric flag indicating whether it was called from within
+        @param fromEric flag indicating whether it was called from within
             eric6 (boolean)
-        @keyparam initShortcutsOnly flag indicating to just initialize the
+        @param initShortcutsOnly flag indicating to just initialize the
             keyboard shortcuts (boolean)
-        @keyparam project reference to the project object (Project)
+        @param project reference to the project object (Project)
         """
         super(IconEditorWindow, self).__init__(parent)
         self.setObjectName("eric6_icon_editor")

eric ide

mercurial