From 45f9e61815bb6691e5c326cc3cb22f831abc3f3f Mon Sep 17 00:00:00 2001 From: Lamar Pavel Date: Tue, 20 Oct 2015 18:17:12 +0200 Subject: [PATCH] Fix pylint error (line too long) --- qutebrowser/config/configtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configtypes.py b/qutebrowser/config/configtypes.py index 0c3d9dde2..6d3b4813e 100644 --- a/qutebrowser/config/configtypes.py +++ b/qutebrowser/config/configtypes.py @@ -1558,7 +1558,7 @@ class UserAgent(BaseType): def validate(self, value): self._basic_validation(value) - # To update the following list of user agents, run the script 'ua_fetch.py'. + # To update the following list of user agents, run the script 'ua_fetch.py' # Vim-protip: Place your cursor below this comment and run # :r!python scripts/dev/ua_fetch.py def complete(self):