Skip to content

Commit

Permalink
Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94117)
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Langa <[email protected]>
(cherry picked from commit ca308c1)

Co-authored-by: fikotta <[email protected]>
  • Loading branch information
miss-islington and fikotta authored Jun 22, 2022
1 parent 2e8eac1 commit 525ab8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/_io/textio.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
/*[clinic input]
module _io
class _io.IncrementalNewlineDecoder "nldecoder_object *" "&PyIncrementalNewlineDecoder_Type"
class _io.TextIOWrapper "textio *" "&TextIOWrapper_TYpe"
class _io.TextIOWrapper "textio *" "&TextIOWrapper_Type"
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=2097a4fc85670c26]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=ed072384f8aada2c]*/

_Py_IDENTIFIER(close);
_Py_IDENTIFIER(_dealloc_warn);
Expand Down

0 comments on commit 525ab8f

Please sign in to comment.