From: fikotta <81991278+fikotta@users.noreply.github.com> Date: Wed, 22 Jun 2022 12:02:14 +0000 (+0200) Subject: Fix typo in _io.TextIOWrapper Clinic input (#94037) X-Git-Tag: v3.12.0a1~1161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca308c13daa722f3669a14f1613da768086beb6a;p=thirdparty%2FPython%2Fcpython.git Fix typo in _io.TextIOWrapper Clinic input (#94037) Co-authored-by: Ɓukasz Langa --- diff --git a/Modules/_io/textio.c b/Modules/_io/textio.c index 3cbaca3ef460..660396b8b03e 100644 --- a/Modules/_io/textio.c +++ b/Modules/_io/textio.c @@ -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 */