eric6/Graphics/UMLDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
--- a/eric6/Graphics/UMLDialog.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Graphics/UMLDialog.py	Mon Feb 01 10:38:16 2021 +0100
@@ -39,7 +39,7 @@
         @param project reference to the project object (Project)
         @param path file or directory path to build the diagram from (string)
         @param parent parent widget of the dialog (QWidget)
-        @keyparam initBuilder flag indicating to initialize the diagram
+        @param initBuilder flag indicating to initialize the diagram
             builder (boolean)
         @keyparam kwargs diagram specific data
         """
@@ -137,7 +137,7 @@
         """
         Public method to show the dialog.
         
-        @keyparam fromFile flag indicating, that the diagram was loaded
+        @param fromFile flag indicating, that the diagram was loaded
             from file (boolean)
         """
         if not fromFile and self.builder:

eric ide

mercurial