Fix spelling and grammar in code comments and documentation

This commit is contained in:
Martin Panter 2016-12-18 01:23:09 +00:00
parent c69fd86f94
commit 2f9171d900
4 changed files with 4 additions and 4 deletions

View file

@ -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).