--- a/eric6/E5Gui/E5TabWidget.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/E5Gui/E5TabWidget.py Mon Feb 01 10:38:16 2021 +0100 @@ -145,7 +145,7 @@ Constructor @param parent reference to the parent widget (QWidget) - @keyparam dnd flag indicating the support for Drag & Drop (boolean) + @param dnd flag indicating the support for Drag & Drop (boolean) """ super(E5TabWidget, self).__init__(parent)