src/eric7/WebBrowser/UserAgent/UserAgentReader.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/WebBrowser/UserAgent/UserAgentReader.py	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/WebBrowser/UserAgent/UserAgentReader.py	Fri Dec 22 17:24:07 2023 +0100
@@ -26,10 +26,11 @@
         """
         Public method to read a user agent file.
 
-        @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)
+        @param fileNameOrDevice name of the file to read or reference to the device
+            to read
+        @type str or QIODevice
+        @return dictionary with user agent data (host as key, agent string as value)
+        @rtype dict
         """
         self.__agents = {}
 

eric ide

mercurial