--- a/src/eric7/WebBrowser/JavaScript/StartPageJsObject.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/JavaScript/StartPageJsObject.py Fri Dec 22 17:24:07 2023 +0100 @@ -31,7 +31,8 @@ """ Public method to get a string for the search provider. - @return string for the search provider (string) + @return string for the search provider + @rtype str """ return self.tr("Search results provided by {0}").format( self.__external.page() @@ -46,8 +47,10 @@ """ Public method to get the search URL for the given search term. - @param searchStr search term (string) - @return search URL (string) + @param searchStr search term + @type str + @return search URL + @rtype str """ return bytes( self.__external.page()