diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/Graphics/UMLClassDiagramBuilder.py --- a/eric6/Graphics/UMLClassDiagramBuilder.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Graphics/UMLClassDiagramBuilder.py Sat Dec 19 15:22:26 2020 +0100 @@ -29,7 +29,7 @@ @param view reference to the view object (UMLGraphicsView) @param project reference to the project object (Project) @param file file name of a python module to be shown (string) - @keyparam noAttrs flag indicating, that no attributes should be shown + @param noAttrs flag indicating, that no attributes should be shown (boolean) """ super(UMLClassDiagramBuilder, self).__init__(dialog, view, project)