summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()