eric6/WebBrowser/Bookmarks/BookmarksManager.py

changeset 7900
72b88fb20261
parent 7759
51aa6c6b66f7
child 7923
91e843545d9a
diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/WebBrowser/Bookmarks/BookmarksManager.py
--- a/eric6/WebBrowser/Bookmarks/BookmarksManager.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/WebBrowser/Bookmarks/BookmarksManager.py	Sat Dec 19 15:22:26 2020 +0100
@@ -436,7 +436,7 @@
         Public method to get a bookmark node for a given URL.
         
         @param url URL of the bookmark to search for (QUrl or string)
-        @keyparam start indicator for the start of the search
+        @param start indicator for the start of the search
             (StartRoot, StartMenu, StartToolBar)
         @return bookmark node for the given url (BookmarkNode)
         """
@@ -479,7 +479,7 @@
         Public method to get a list of bookmark nodes for a given URL.
         
         @param url URL of the bookmarks to search for (QUrl or string)
-        @keyparam start indicator for the start of the search
+        @param start indicator for the start of the search
             (StartRoot, StartMenu, StartToolBar)
         @return list of bookmark nodes for the given url (list of BookmarkNode)
         """

eric ide

mercurial