diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/Graphics/PackageDiagramBuilder.py --- a/eric6/Graphics/PackageDiagramBuilder.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Graphics/PackageDiagramBuilder.py Sat Dec 19 15:22:26 2020 +0100 @@ -33,7 +33,7 @@ @param view reference to the view object (UMLGraphicsView) @param project reference to the project object (Project) @param package name of a python package 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(PackageDiagramBuilder, self).__init__(dialog, view, project)