Skip to content

Commit df88d9e

Browse files
fikottamiss-islington
authored andcommitted
Fix typo in _io.TextIOWrapper Clinic input (pythonGH-94037)
Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit ca308c1) Co-authored-by: fikotta <[email protected]>
1 parent 58d6a86 commit df88d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_io/textio.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
/*[clinic input]
2020
module _io
2121
class _io.IncrementalNewlineDecoder "nldecoder_object *" "&PyIncrementalNewlineDecoder_Type"
22-
class _io.TextIOWrapper "textio *" "&TextIOWrapper_TYpe"
22+
class _io.TextIOWrapper "textio *" "&TextIOWrapper_Type"
2323
[clinic start generated code]*/
24-
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=2097a4fc85670c26]*/
24+
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=ed072384f8aada2c]*/
2525

2626
/* TextIOBase */
2727

0 commit comments

Comments
 (0)