--- a/eric6/Utilities/ModuleParser.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/Utilities/ModuleParser.py Sat Dec 19 15:22:26 2020 +0100 @@ -1479,7 +1479,7 @@ @param name name of the function (string) @param file name of file containing this function (string) @param lineno linenumber of the first attribute assignment (integer) - @keyparam isSignal flag indicating a signal definition (boolean) + @param isSignal flag indicating a signal definition (boolean) """ self.module = module self.name = name