diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-08-11 18:10:25 +0300 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-08-11 18:10:25 +0300 |
commit | c3a570c5b4f870e93755d7bc0de84db3897f53c1 (patch) | |
tree | d7059a10555f07c216f095c0668139c5386f2fdf /Doc/library/shutil.rst | |
parent | 915b7c2d8de4ecdd71277526b57fd63967a510ff (diff) | |
download | cpython-c3a570c5b4f870e93755d7bc0de84db3897f53c1.tar.gz |
Fix usage of the versionchanged directive.
Patch by Akira Li.
Diffstat (limited to 'Doc/library/shutil.rst')
-rw-r--r-- | Doc/library/shutil.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 8f2646c9bd..4717134291 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -489,7 +489,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules. :class:`logging.Logger`. .. versionchanged:: 3.5 - Added support for the *xztar* format. + Added support for the *xztar* format. .. function:: get_archive_formats() |