--- a/src/eric7/WebBrowser/SpeedDial/SpeedDialReader.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/SpeedDial/SpeedDialReader.py Fri Dec 22 17:24:07 2023 +0100 @@ -28,10 +28,12 @@ """ 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 list of speed dial pages (list of Page), number of pages per - row (integer) and size of the speed dial pages (integer) + @param fileNameOrDevice name of the file to read or reference to + the device to read + @type str or QIODevice + @return list of speed dial pages, number of pages per row and + size of the speed dial pages + @rtype tuple of (list of Page, int, int) """ self.__pages = [] self.__pagesPerRow = 0