diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:37:21 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:37:21 (GMT) |
commit | fff07e34fab1d70b09458fcb351da84fd866c0f9 (patch) | |
tree | 2827fbdd3aea5c09bf85ab5d7b5d14f663be9e7b /Doc/library | |
parent | d4f813227891dfd1725bf330b0a25a477c8e16ac (diff) | |
parent | 2f9171d9008dea8db9183041dab71d8ef1edb844 (diff) | |
download | cpython-fff07e34fab1d70b09458fcb351da84fd866c0f9.zip cpython-fff07e34fab1d70b09458fcb351da84fd866c0f9.tar.gz cpython-fff07e34fab1d70b09458fcb351da84fd866c0f9.tar.bz2 |
Merge spelling and grammar from 3.5
Diffstat (limited to 'Doc/library')
-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 ca01b93..3451597 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -581,7 +581,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules. By default :mod:`shutil` provides these formats: - - *zip*: ZIP file (unpacking compressed files works only if corresponding + - *zip*: ZIP file (unpacking compressed files works only if the corresponding module is available). - *tar*: uncompressed tar file. - *gztar*: gzip'ed tar-file (if the :mod:`zlib` module is available). |