]> granicus.if.org Git - python/commitdiff
bpo-36006: Fix versionchanged directive alignment in io module documentation (GH...
authorEmmanuel Arias <emmanuelarias30@gmail.com>
Fri, 15 Feb 2019 19:02:38 +0000 (16:02 -0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 Feb 2019 19:02:38 +0000 (11:02 -0800)
https://bugs.python.org/issue36006

Doc/library/io.rst

index 473e8c8f82a19bcb5ff46e9f22034e1b5b4a6cdd..e623a041acf8d3994744ec9d3d1ee1f7f5374abb 100644 (file)
@@ -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()