eric6/WebBrowser/Bookmarks/BookmarksManager.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
--- a/eric6/WebBrowser/Bookmarks/BookmarksManager.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/WebBrowser/Bookmarks/BookmarksManager.py	Mon Feb 01 10:38:16 2021 +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