Skip to content

Commit

Permalink
pythongh-91485: Avoid unnecessary use of non-Python syntax in io docs (
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jan 20, 2023
1 parent 4510fbb commit 783d1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand Down

0 comments on commit 783d1bc

Please sign in to comment.