From: Emmanuel Arias Date: Fri, 15 Feb 2019 19:02:38 +0000 (-0300) Subject: bpo-36006: Fix versionchanged directive alignment in io module documentation (GH... X-Git-Tag: v3.8.0a2~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=522630a7462f606300f1e6e6818de191d9dc3fdf;p=thirdparty%2FPython%2Fcpython.git bpo-36006: Fix versionchanged directive alignment in io module documentation (GH-11881) https://bugs.python.org/issue36006 --- 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()