[Python-checkins] cpython: Fix usage of the versionchanged directive.

berker.peksag python-checkins at python.org
Mon Aug 11 17:10:22 CEST 2014


http://hg.python.org/cpython/rev/7fcfb634ccca
changeset:   92071:7fcfb634ccca
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Aug 11 18:10:25 2014 +0300
summary:
  Fix usage of the versionchanged directive.

Patch by Akira Li.

files:
  Doc/library/shutil.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -489,7 +489,7 @@
    :class:`logging.Logger`.
 
    .. versionchanged:: 3.5
-   Added support for the *xztar* format.
+      Added support for the *xztar* format.
 
 
 .. function:: get_archive_formats()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list