Helpviewer/Network/NetworkReply.py

changeset 278
c93823b96faa
parent 168
3383117f894b
child 464
a2b1d1770ef0
child 642
9f31d84cb2b1
diff -r 4a7e25ee406c -r c93823b96faa Helpviewer/Network/NetworkReply.py
--- a/Helpviewer/Network/NetworkReply.py	Sun May 23 15:09:37 2010 +0200
+++ b/Helpviewer/Network/NetworkReply.py	Mon May 24 18:38:54 2010 +0200
@@ -58,7 +58,7 @@
         Protected method to retrieve data from the reply object.
         
         @param maxlen maximum number of bytes to read (integer)
-        @return string containing the data (string)
+        @return string containing the data (bytes)
         """
         len_ = min(maxlen, self.__data.length())
         buffer = bytes(self.__data[:len_])

eric ide

mercurial