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. """