Update shlex.pyi

Type of `shlex.whitespace_split` is `bool`.
This commit is contained in:
Michael Walter
2015-12-30 21:59:56 +01:00
parent 4a1674a148
commit 05a711ec27

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