summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Arias <emmanuelarias30@gmail.com>2019-02-15 19:02:38 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-02-15 19:02:38 (GMT)
commit522630a7462f606300f1e6e6818de191d9dc3fdf (patch)
treeca92f227e7b08e5a621b3a4549689de95be4150d
parent355f16fd4beb36d6a18f7d0982581c93de015c17 (diff)
downloadcpython-522630a7462f606300f1e6e6818de191d9dc3fdf.zip
cpython-522630a7462f606300f1e6e6818de191d9dc3fdf.tar.gz
cpython-522630a7462f606300f1e6e6818de191d9dc3fdf.tar.bz2
bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881)
https://bugs.python.org/issue36006
-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 473e8c8..e623a04 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()