mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix spelling and grammar in code comments and documentation
This commit is contained in:
parent
c69fd86f94
commit
2f9171d900
4 changed files with 4 additions and 4 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue