8000 gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101… · python/cpython@783d1bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 783d1bc

Browse files
authored
gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101177)
1 parent 4510fbb commit 783d1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/io.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,8 +1021,8 @@ Text I/O
10211021

10221022
.. versionadded:: 3.7
10231023

1024-
.. method:: reconfigure(*[, encoding][, errors][, newline][, \
1025-
line_buffering][, write_through])
1024+
.. method:: reconfigure(*, encoding=None, errors=None, newline=None, \
1025+
line_buffering=None, write_through=None)
10261026

10271027
Reconfigure this text stream using new settings for *encoding*,
10281028
*errors*, *newline*, *line_buffering* and *write_through*.

0 commit comments

Comments
 (0)
0