summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-22 12:22:46 (GMT)
committerGitHub <noreply@github.com>2022-06-22 12:22:46 (GMT)
commit525ab8f310b5090e7587c5070c9e675a6e01318c (patch)
treeec838fdc630ae799482fe84da7241a4b2e39ea76
parent2e8eac1c2d4bc6fdbd4309e7558a3b6e767ba280 (diff)
downloadcpython-525ab8f310b5090e7587c5070c9e675a6e01318c.zip
cpython-525ab8f310b5090e7587c5070c9e675a6e01318c.tar.gz
cpython-525ab8f310b5090e7587c5070c9e675a6e01318c.tar.bz2
Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94117)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl> (cherry picked from commit ca308c13daa722f3669a14f1613da768086beb6a) Co-authored-by: fikotta <81991278+fikotta@users.noreply.github.com>
-rw-r--r--Modules/_io/textio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/_io/textio.c b/Modules/_io/textio.c
index e28dbaa..d5b311a 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]*/
_Py_IDENTIFIER(close);
_Py_IDENTIFIER(_dealloc_warn);