From dad26cc39569bda3a125706bf8bd998262b4bc04 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 16 Mar 2016 19:43:18 +0100 Subject: [PATCH] Fix line length --- qutebrowser/config/configdata.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index c250cef33..fd44200ae 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -896,7 +896,8 @@ def data(readonly=False): ('auto-follow', SettingValue(typ.Bool(), 'true'), - "Follow a hint immediately when the hint text is completely matched."), + "Follow a hint immediately when the hint text is completely " + "matched."), ('next-regexes', SettingValue(typ.RegexList(flags=re.IGNORECASE),