From 40aa387fb2c3cbcd811b78121c1c4c4d3f269cb4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 3 Aug 2014 00:40:28 +0200 Subject: [PATCH] Whitespace fixes --- qutebrowser/browser/commands.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index cd917ed67..32154ba57 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -279,15 +279,15 @@ class CommandDispatcher: - `yank-primary`: Yank the link to the primary selection. - `cmd`: Fill the commandline with `:open` and the link. - `cmd-tab`: Fill the commandline with `:open-tab` and the - link. + link. - `cmd-tag-bg`: Fill the commandline with `:open-tab-bg` and - the link. + the link. - `rapid`: Open the link in a new tab and stay in hinting mode. - `download`: Download the link. - `userscript`: Call an userscript with `$QUTE_URL` set to the - link. + link. - `spawn`: Spawn a command, with the argument `{hint-url}` - replaced by the link. + replaced by the link. *args: Arguments for spawn/userscript. """