eric6/Graphics/UMLDialog.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
--- a/eric6/Graphics/UMLDialog.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Graphics/UMLDialog.py	Sat Dec 19 15:22:26 2020 +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