diff -r c712d09cc839 -r f6881d10e995 src/eric7/WebBrowser/Passwords/PasswordReader.py --- a/src/eric7/WebBrowser/Passwords/PasswordReader.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/Passwords/PasswordReader.py Fri Dec 22 17:24:07 2023 +0100 @@ -25,9 +25,11 @@ """ Public method to read a login data file. - @param fileNameOrDevice name of the file to read (string) + @param fileNameOrDevice name of the file to read + @type str or reference to the device to read (QIODevice) @return tuple containing the logins, forms and never URLs + @rtype tuple of (dict, dict, list) """ self.__logins = {} self.__loginForms = {}