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),