--- 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 = {}