summaryrefslogtreecommitdiff
path: root/scripts/importer.py
diff options
context:
space:
mode:
authorRyan Farley <ryan.farley@gmx.com>2017-10-26 17:09:45 -0500
committerRyan Farley <ryan.farley@gmx.com>2017-10-26 17:09:45 -0500
commit879e8dfb2c879c9c1cb7cb90baade6f027f3cf46 (patch)
treea7cbd7a10b1e4d9186103d65e7e77cc51a4f65bf /scripts/importer.py
parent5d2975293b08fbb71f919783b1c5e830f083105b (diff)
downloadqutebrowser-879e8dfb2c879c9c1cb7cb90baade6f027f3cf46.tar.gz
qutebrowser-879e8dfb2c879c9c1cb7cb90baade6f027f3cf46.zip
fix D401 in importer
Diffstat (limited to 'scripts/importer.py')
-rwxr-xr-xscripts/importer.py2
1 files changed, 1 insertions, 1 deletions
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.
"""