diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/HexEdit/HexEditMainWindow.py --- a/eric6/HexEdit/HexEditMainWindow.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/HexEdit/HexEditMainWindow.py Sat Dec 19 15:22:26 2020 +0100 @@ -53,9 +53,9 @@ @param fileName name of a file to load on startup (string) @param parent parent widget of this window (QWidget) - @keyparam fromEric flag indicating whether it was called from within + @param fromEric flag indicating whether it was called from within eric6 (boolean) - @keyparam project reference to the project object (Project) + @param project reference to the project object (Project) """ super(HexEditMainWindow, self).__init__(parent) self.setObjectName("eric6_hex_editor")