From 40d28b80bf9304aa4f7e5d1ee16941aa505b5888 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 7 Jul 2016 09:27:51 +0200 Subject: [PATCH] Fix typo --- qutebrowser/commands/userscripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/commands/userscripts.py b/qutebrowser/commands/userscripts.py index 4d13b5867..81d91cf4e 100644 --- a/qutebrowser/commands/userscripts.py +++ b/qutebrowser/commands/userscripts.py @@ -339,7 +339,7 @@ class UnsupportedError(Exception): def run_async(tab, cmd, *args, win_id, env, verbose=False): - """Run an userscript after dumping page html/source. + """Run a userscript after dumping page html/source. Raises: UnsupportedError if userscripts are not supported on the current