Commit 35068bd0 authored by Harmon's avatar Harmon Committed by Miss Islington (bot)

Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246)



Add a missing single quote character in the documentation for `io.TextIOWrapper.reconfigure`.
parent f355069a
......@@ -945,7 +945,7 @@ Text I/O
*errors*, *newline*, *line_buffering* and *write_through*.
Parameters not specified keep current settings, except
``errors='strict`` is used when *encoding* is specified but
``errors='strict'`` is used when *encoding* is specified but
*errors* is not specified.
It is not possible to change the encoding or newline if some data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment