From 8a695648d3f05e03c251955337d87c2a04d90a0e Mon Sep 17 00:00:00 2001 From: Ryan Farley Date: Wed, 8 Nov 2017 15:08:20 -0600 Subject: [PATCH] :%s/Qutebrowser/qutebrowser/g --- scripts/importer.py | 4 ++-- 1 file 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: