https://github.com/pandas-dev/pandas-stubs/blob/b6ae6e8babd2432b681956f109b5c06af779a7c5/pandas-stubs/io/parsers/readers.pyi#L79C1-L79C29 ```py iterator: Literal[True], ``` I think this should be ```py iterator: bool = ..., ```