From: Berker Peksag Date: Mon, 11 Aug 2014 15:10:25 +0000 (+0300) Subject: Fix usage of the versionchanged directive. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae04ba1952fe7610fb93cc127b9ac6fb3782cef4;p=python Fix usage of the versionchanged directive. Patch by Akira Li. --- 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()