diff options
-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 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() |