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