E5XML/XMLWriterBase.py

changeset 110
c9a969db1469
parent 50
a36eecf45b2e
child 245
de5c4effc747
--- 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)
     

eric ide

mercurial