--- a/eric6/Graphics/PackageDiagramBuilder.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Graphics/PackageDiagramBuilder.py Mon Feb 01 10:38:16 2021 +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)