Skip to content

Commit 444c78a

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 <Harmon758@gmail.com>
1 parent 389abd3 commit 444c78a

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
@@ -945,7 +945,7 @@ Text I/O
945945
*errors*, *newline*, *line_buffering* and *write_through*.
946946

947947
Parameters not specified keep current settings, except
948-
``errors='strict`` is used when *encoding* is specified but
948+
``errors='strict'`` is used when *encoding* is specified but
949949
*errors* is not specified.
950950

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

0 commit comments

Comments
 (0)