diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:23:09 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:23:09 (GMT) |
commit | 2f9171d9008dea8db9183041dab71d8ef1edb844 (patch) | |
tree | 5dab4ce6381829b3b22be84b6e97075455fc2694 /Doc | |
parent | c69fd86f94365a4d502765c2618d0df7e9d7ae67 (diff) | |
download | cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.zip cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.tar.gz cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.tar.bz2 |
Fix spelling and grammar in code comments and documentation
Diffstat (limited to 'Doc')
-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 66e32e6..669475f 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). |