Fix small typo in docstring
This commit is contained in:
parent
6f1e830aba
commit
29c51c288b
@ -127,7 +127,7 @@ def split(s, keep=False):
|
|||||||
"""Split a string via ShellLexer.
|
"""Split a string via ShellLexer.
|
||||||
|
|
||||||
Args:
|
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 = ShellLexer(s)
|
||||||
lexer.keep = keep
|
lexer.keep = keep
|
||||||
|
Loading…
Reference in New Issue
Block a user