eric6/WebBrowser/WebBrowserTabWidget.py

changeset 7900
72b88fb20261
parent 7781
607a6098cb44
child 7923
91e843545d9a
diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/WebBrowser/WebBrowserTabWidget.py
--- 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:

eric ide

mercurial