summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/navigate.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-03 13:36:20 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-03 13:36:20 +0100
commit26d308d95d54abf68207d00002c0c1cd3d142ba4 (patch)
treed98cd827e2150b32cc4c5d4ddcad4ccae4e801c7 /qutebrowser/browser/navigate.py
parent4435ef928796fa744be5452924a103bb2e58ee8e (diff)
downloadqutebrowser-26d308d95d54abf68207d00002c0c1cd3d142ba4.tar.gz
qutebrowser-26d308d95d54abf68207d00002c0c1cd3d142ba4.zip
pylint: Enable docparams checker
Diffstat (limited to 'qutebrowser/browser/navigate.py')
-rw-r--r--qutebrowser/browser/navigate.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/qutebrowser/browser/navigate.py b/qutebrowser/browser/navigate.py
index 82bf57136..6217c8d00 100644
--- a/qutebrowser/browser/navigate.py
+++ b/qutebrowser/browser/navigate.py
@@ -92,9 +92,6 @@ def incdec(url, count, inc_or_dec):
url: The current url.
count: How much to increment or decrement by.
inc_or_dec: Either 'increment' or 'decrement'.
- tab: Whether to open the link in a new tab.
- background: Open the link in a new background tab.
- window: Open the link in a new window.
"""
urlutils.ensure_valid(url)
segments: Optional[Set[str]] = (