summaryrefslogtreecommitdiff
path: root/scripts/importer.py
diff options
context:
space:
mode:
authorRyan Farley <ryan.farley@gmx.com>2017-11-08 15:08:20 -0600
committerRyan Farley <ryan.farley@gmx.com>2017-11-08 15:08:20 -0600
commit8a695648d3f05e03c251955337d87c2a04d90a0e (patch)
tree880811766bd90f805b77d86ffa51510e7efb18a5 /scripts/importer.py
parentf5d719dfd4410e996709a519f4ecb7ca976863a5 (diff)
downloadqutebrowser-8a695648d3f05e03c251955337d87c2a04d90a0e.tar.gz
qutebrowser-8a695648d3f05e03c251955337d87c2a04d90a0e.zip
:%s/Qutebrowser/qutebrowser/g
Diffstat (limited to 'scripts/importer.py')
-rwxr-xr-xscripts/importer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/importer.py b/scripts/importer.py
index f41a23b10..ab6ae1add 100755
--- a/scripts/importer.py
+++ b/scripts/importer.py
@@ -154,13 +154,13 @@ def get_args():
def search_escape(url):
"""Escape URLs such that preexisting { and } are handled properly.
- Will obviously trash a properly-formatted Qutebrowser URL.
+ Will obviously trash a properly-formatted qutebrowser URL.
"""
return url.replace('{', '{{').replace('}', '}}')
def opensearch_convert(url):
- """Convert a basic OpenSearch URL into something Qutebrowser can use.
+ """Convert a basic OpenSearch URL into something qutebrowser can use.
Exceptions:
KeyError: