diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 1ead1e363..0e43cbf17 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -220,9 +220,8 @@ class CommandDispatcher: left: Force selecting the tab to the left of the current tab. right: Force selecting the tab to the right of the current tab. opposite: Force selecting the tab in the opposite direction of - what's configured in 'tabs->select-on-remove'. + what's configured in 'tabs->select-on-remove'. count: The tab index to close, or None - """ tabbar = self._tabbed_browser.tabBar() selection_override = self._get_selection_override(left, right,