summaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-11 16:30:14 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-11 16:30:14 +0100
commit2a18eeb558d2b4faa33b5dbba62de90d4e27b9e6 (patch)
tree5be373af95c8d58d16b2fc2e7a69f41919a65c8c /qutebrowser
parentf0757198c04ad42b14a09d2a60367b7b593a540c (diff)
downloadqutebrowser-2a18eeb558d2b4faa33b5dbba62de90d4e27b9e6.tar.gz
qutebrowser-2a18eeb558d2b4faa33b5dbba62de90d4e27b9e6.zip
Update docs/changelog
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/browser/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py
index 03953ba7e..edc7e6211 100644
--- a/qutebrowser/browser/commands.py
+++ b/qutebrowser/browser/commands.py
@@ -1016,7 +1016,7 @@ class CommandDispatcher:
index: `+` or `-` to move relative to the current tab by
count, or a default of 1 space.
A tab index to move to that index.
- `start` and `end` to move to the start and the end
+ `start` and `end` to move to the start and the end.
count: If moving relatively: Offset.
If moving absolutely: New position (default: 0). This
overrides the index argument, if given.