Merge pull request #33 from catch22/patch-1

Update shlex.pyi
This commit is contained in:
Matthias Kramm
2015-12-30 13:04:28 -08:00

View File

@@ -17,7 +17,7 @@ class shlex:
escape = ... # type: str
quotes = ... # type: str
escapedquotes = ... # type: str
whitespace_split = ... # type: str
whitespace_split = ... # type: bool
infile = ... # type: str
instream = ... # type: TextIO
source = ... # type: str