summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-02-15 11:09:38 -0800
committerGitHub <noreply@github.com>2019-02-15 11:09:38 -0800
commit05f41363d4876a63acd8016cbf56b4f4e809e41f (patch)
tree533de1fbc0d53ec5112c97c55627499e4c5a137f /Doc
parentfe42122d41834746e841b5927154be041fb7afbb (diff)
downloadcpython-git-05f41363d4876a63acd8016cbf56b4f4e809e41f.tar.gz
bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881)
https://bugs.python.org/issue36006 (cherry picked from commit 522630a7462f606300f1e6e6818de191d9dc3fdf) Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/io.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst
index 473e8c8f82..e623a041ac 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()