]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in _io.TextIOWrapper Clinic input (#94037)
authorfikotta <81991278+fikotta@users.noreply.github.com>
Wed, 22 Jun 2022 12:02:14 +0000 (14:02 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 12:02:14 +0000 (14:02 +0200)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Modules/_io/textio.c

index 3cbaca3ef4606937122838840f85b11dedcbc647..660396b8b03ead065f9336a69bdbfecf4cad7611 100644 (file)
@@ -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]*/
 
 /* TextIOBase */