Helpviewer/Network/NetworkReply.py

branch
5_0_x
changeset 277
c1a90bd43161
parent 168
3383117f894b
child 464
a2b1d1770ef0
child 642
9f31d84cb2b1
--- a/Helpviewer/Network/NetworkReply.py	Sun May 23 14:16:18 2010 +0200
+++ b/Helpviewer/Network/NetworkReply.py	Mon May 24 14:05:36 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