Fix small typo in docstring

This commit is contained in:
Bruno Oliveira 2015-04-09 18:47:25 -03:00
parent 6f1e830aba
commit 29c51c288b

View File

@ -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