summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/split.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/misc/split.py')
-rw-r--r--qutebrowser/misc/split.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/misc/split.py b/qutebrowser/misc/split.py
index 4db91360e..c7d93e76d 100644
--- a/qutebrowser/misc/split.py
+++ b/qutebrowser/misc/split.py
@@ -128,6 +128,7 @@ def split(s, keep=False):
"""Split a string via ShellLexer.
Args:
+ s: The string to split.
keep: Whether to keep special chars in the split output.
"""
lexer = ShellLexer(s)