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 35068bd059)

Co-authored-by: Harmon <Harmon758@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-06-19 14:14:49 -07:00 committed by GitHub
parent 389abd37ba
commit 444c78a927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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