Skip to content

Commit 7b2a913

Browse files
Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246)
Add a missing single quote character in the documentation for `io.TextIOWrapper.reconfigure`. (cherry picked from commit 35068bd) Co-authored-by: Harmon <[email protected]>
1 parent 15e7d24 commit 7b2a913

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)