bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881)

https://bugs.python.org/issue36006
(cherry picked from commit 522630a746)

Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-02-15 11:09:38 -08:00 committed by GitHub
parent fe42122d41
commit 05f41363d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,8 +349,8 @@ I/O Base Classes
(on most systems, additional bytes are zero-filled). The new file size
is returned.
.. versionchanged:: 3.5
Windows will now zero-fill files when extending.
.. versionchanged:: 3.5
Windows will now zero-fill files when extending.
.. method:: writable()