From ae04ba1952fe7610fb93cc127b9ac6fb3782cef4 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 11 Aug 2014 18:10:25 +0300 Subject: Fix usage of the versionchanged directive. Patch by Akira Li. --- Doc/library/shutil.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 8f2646c..4717134 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() -- cgit v0.12