mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246)
Add a missing single quote character in the documentation for `io.TextIOWrapper.reconfigure`.
This commit is contained in:
parent
f355069a33
commit
35068bd059
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue