mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101177)
This commit is contained in:
parent
4510fbb216
commit
783d1bc51b
1 changed files with 2 additions and 2 deletions
|
|
@ -1021,8 +1021,8 @@ Text I/O
|
|||
|
||||
.. versionadded:: 3.7
|
||||
|
||||
.. method:: reconfigure(*[, encoding][, errors][, newline][, \
|
||||
line_buffering][, write_through])
|
||||
.. method:: reconfigure(*, encoding=None, errors=None, newline=None, \
|
||||
line_buffering=None, write_through=None)
|
||||
|
||||
Reconfigure this text stream using new settings for *encoding*,
|
||||
*errors*, *newline*, *line_buffering* and *write_through*.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue