diff -r 9c72858d4b7a -r c9a969db1469 E5XML/XMLHandlerBase.py --- a/E5XML/XMLHandlerBase.py Fri Feb 12 18:48:21 2010 +0000 +++ b/E5XML/XMLHandlerBase.py Fri Feb 12 19:02:38 2010 +0000 @@ -66,7 +66,7 @@ """ Public method to decode newlines and paragraph breaks. - @param text text to decode (string or QString) + @param text text to decode (string) """ return text.replace(self.NEWPARA, "\n\n").replace(self.NEWLINE, "\n")