From 879e8dfb2c879c9c1cb7cb90baade6f027f3cf46 Mon Sep 17 00:00:00 2001 From: Ryan Farley Date: Thu, 26 Oct 2017 17:09:45 -0500 Subject: [PATCH] fix D401 in importer --- scripts/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/importer.py b/scripts/importer.py index 436971e58..9171bbbb6 100755 --- a/scripts/importer.py +++ b/scripts/importer.py @@ -138,7 +138,7 @@ def get_args(): def search_escape(url): - """Escapes URLs such that preexisting { and } are handled properly. + """Escape URLs such that preexisting { and } are handled properly. Will obviously trash a properly-formatted Qutebrowser URL. """