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

Miss Islington (bot) webhook-mailer at python.org
Fri Feb 15 14:02:44 EST 2019


https://github.com/python/cpython/commit/522630a7462f606300f1e6e6818de191d9dc3fdf
commit: 522630a7462f606300f1e6e6818de191d9dc3fdf
branch: master
author: Emmanuel Arias <emmanuelarias30 at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-02-15T11:02:38-08:00
summary:

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



https://bugs.python.org/issue36006

files:
M Doc/library/io.rst

diff --git a/Doc/library/io.rst b/Doc/library/io.rst
index 473e8c8f82a1..e623a041acf8 100644
--- a/Doc/library/io.rst
+++ b/Doc/library/io.rst
@@ -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()
 



More information about the Python-checkins mailing list