--- a/eric6/WebBrowser/WebBrowserTabWidget.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/WebBrowser/WebBrowserTabWidget.py Sat Dec 19 15:22:26 2020 +0100 @@ -377,13 +377,13 @@ @param link link to be shown @type str or QUrl - @keyparam position position to create the new tab at or -1 to add it + @param position position to create the new tab at or -1 to add it to the end @type int - @keyparam background flag indicating to open the tab in the + @param background flag indicating to open the tab in the background @type bool - @keyparam restoreSession flag indicating a restore session action + @param restoreSession flag indicating a restore session action @type bool @return reference to the new browser @rtype WebBrowserView @@ -494,7 +494,7 @@ @param browser reference to the browser to add after (WebBrowserView) @param link link to be shown (string or QUrl) - @keyparam background flag indicating to open the tab in the + @param background flag indicating to open the tab in the background (bool) @return reference to the new browser @rtype WebBrowserView @@ -847,8 +847,8 @@ Private method to elide some text. @param txt text to be elided (string) - @keyparam mode elide mode (Qt.TextElideMode) - @keyparam length amount of characters to be used (integer) + @param mode elide mode (Qt.TextElideMode) + @param length amount of characters to be used (integer) @return the elided text (string) """ if mode == Qt.ElideNone or len(txt) < length: