]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94117)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jun 2022 12:22:46 +0000 (05:22 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 12:22:46 +0000 (14:22 +0200)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit ca308c13daa722f3669a14f1613da768086beb6a)

Co-authored-by: fikotta <81991278+fikotta@users.noreply.github.com>
Modules/_io/textio.c

index e28dbaa7b7e4597660a47fd00c9e77863edc12a2..d5b311a97f69282367c2344324e78cd1e2c5aadb 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]*/
 
 _Py_IDENTIFIER(close);
 _Py_IDENTIFIER(_dealloc_warn);