Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 522630a

Browse files
eamanumiss-islington
authored andcommitted
bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881)
https://bugs.python.org/issue36006
1 parent 355f16f commit 522630a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/io.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ I/O Base Classes
349349
(on most systems, additional bytes are zero-filled). The new file size
350350
is returned.
351351

352-
.. versionchanged:: 3.5
353-
Windows will now zero-fill files when extending.
352+
.. versionchanged:: 3.5
353+
Windows will now zero-fill files when extending.
354354

355355
.. method:: writable()
356356

0 commit comments

Comments
 (0)