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

Commit949288a

Browse files
Harmon758miss-islington
authored andcommitted
Add missing single quote in io.TextIOWrapper.reconfigure documentation (pythonGH-14246)
Add a missing single quote character in the documentation for `io.TextIOWrapper.reconfigure`.(cherry picked from commit35068bd)Co-authored-by: Harmon <Harmon758@gmail.com>
1 parent15e7d24 commit949288a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Doc/library/io.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ Text I/O
924924
*errors*, *newline*, *line_buffering* and *write_through*.
925925

926926
Parameters not specified keep current settings, except
927-
``errors='strict`` is used when *encoding* is specified but
927+
``errors='strict'`` is used when *encoding* is specified but
928928
*errors* is not specified.
929929

930930
It is not possible to change the encoding or newline if some data

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp