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
pythonGH-14246)

Add a missing single quote character in the documentation for `io.TextIOWrapper.reconfigure`.
  • Loading branch information
Harmon758 authored and miss-islington committed Jun 19, 2019
1 parent f355069 commit 35068bd
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 @@ -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
Expand Down

0 comments on commit 35068bd

Please sign in to comment.