--- a/Utilities/ClassBrowsers/ClbrBaseClasses.py Tue Oct 08 19:52:11 2013 +0200 +++ b/Utilities/ClassBrowsers/ClbrBaseClasses.py Wed Oct 09 18:34:30 2013 +0200 @@ -200,7 +200,8 @@ """ Public method to add another assignment line number. - @param lineno linenumber of the additional attribute assignment (integer) + @param lineno linenumber of the additional attribute assignment + (integer) """ if lineno not in self.linenos: self.linenos.append(lineno)