Corrected a source docu string in FtpReply.py.

Thu, 16 Feb 2012 19:01:32 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 16 Feb 2012 19:01:32 +0100
changeset 1625
4f03e45703e9
parent 1623
6b9654035a7c
child 1626
a77c8ea8582c

Corrected a source docu string in FtpReply.py.

Helpviewer/Network/FtpReply.py file | annotate | diff | comparison | revisions
--- a/Helpviewer/Network/FtpReply.py	Wed Feb 15 16:05:11 2012 +0100
+++ b/Helpviewer/Network/FtpReply.py	Thu Feb 16 19:01:32 2012 +0100
@@ -277,7 +277,7 @@
     
     def __setContent(self):
         """
-        Private method to set the finish the setup of the data.
+        Private method to finish the setup of the data.
         """
         self.open(QIODevice.ReadOnly | QIODevice.Unbuffered)
         self.setHeader(QNetworkRequest.ContentLengthHeader, self.__items[0].size())

eric ide

mercurial