mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Update shlex.pyi
Type of `shlex.whitespace_split` is `bool`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user