Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit525ab8f

Browse files
Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94117)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>(cherry picked from commitca308c1)Co-authored-by: fikotta <81991278+fikotta@users.noreply.github.com>
1 parent2e8eac1 commit525ab8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Modules/_io/textio.c‎

Lines changed: 2 additions & 2 deletions
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
_Py_IDENTIFIER(close);
2727
_Py_IDENTIFIER(_dealloc_warn);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp