Helpviewer/UserAgent/UserAgentReader.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3002
6ffc581f00f1
child 3145
a9de05d4a22f
diff -r 9986ec0e559a -r 10516539f238 Helpviewer/UserAgent/UserAgentReader.py
--- a/Helpviewer/UserAgent/UserAgentReader.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Helpviewer/UserAgent/UserAgentReader.py	Fri Oct 18 23:00:41 2013 +0200
@@ -29,7 +29,8 @@
         
         @param fileNameOrDevice name of the file to read (string)
             or reference to the device to read (QIODevice)
-        @return dictionary with user agent data (host as key, agent string as value)
+        @return dictionary with user agent data (host as key, agent string as
+            value)
         """
         self.__agents = {}
         

eric ide

mercurial