diff -r 866adc8c315b -r 0acf98cd089a eric6/WebBrowser/Bookmarks/BookmarksManager.py --- 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) """