Skip to content

Commit

Permalink
Add missing single quote in io.TextIOWrapper.reconfigure documentation (
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
miss-islington and Harmon758 authored Jun 19, 2019
1 parent 15e7d24 commit 7b2a913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,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
Expand Down

0 comments on commit 7b2a913

Please sign in to comment.