From 0c1e82a103d668d09e38532e51908d85e4dd6bc0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 15 May 2016 11:53:58 +0200 Subject: [PATCH] Fix lint --- qutebrowser/mainwindow/statusbar/command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/mainwindow/statusbar/command.py b/qutebrowser/mainwindow/statusbar/command.py index e00e4b2b4..68eb615df 100644 --- a/qutebrowser/mainwindow/statusbar/command.py +++ b/qutebrowser/mainwindow/statusbar/command.py @@ -95,8 +95,8 @@ class Command(misc.MinimalLineEditMixin, misc.CommandLineEdit): def set_cmd_text_command(self, text, space=False, append=False): """Preset the statusbar to some text. - You can use the `{url}` and `{url:pretty}` variables here which will get - replaced by the encoded/decoded URL. + You can use the `{url}` and `{url:pretty}` variables here which will + get replaced by the encoded/decoded URL. //