From 29c51c288b01b50062483ac96a90d569f7cad68c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 9 Apr 2015 18:47:25 -0300 Subject: [PATCH] Fix small typo in docstring --- qutebrowser/misc/split.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/misc/split.py b/qutebrowser/misc/split.py index bd1904763..b763d8246 100644 --- a/qutebrowser/misc/split.py +++ b/qutebrowser/misc/split.py @@ -127,7 +127,7 @@ def split(s, keep=False): """Split a string via ShellLexer. Args: - keep: Whether to keep are special chars in the split output. + keep: Whether to keep special chars in the split output. """ lexer = ShellLexer(s) lexer.keep = keep