src/eric7/WebBrowser/JavaScript/StartPageJsObject.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r c712d09cc839 -r f6881d10e995 src/eric7/WebBrowser/JavaScript/StartPageJsObject.py
--- 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()

eric ide

mercurial