eric6/WebBrowser/WebBrowserTabWidget.py

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

eric ide

mercurial