mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Terminology fix: .gz and .bz2 are not archive formats.
This commit is contained in:
parent
64d25ddb9c
commit
7cd4f203c0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ consult the zlib manual at http://www.zlib.net/manual.html for authoritative
|
|||
information.
|
||||
|
||||
For reading and writing ``.gz`` files see the :mod:`gzip` module. For
|
||||
other archive formats, see the :mod:`bz2`, :mod:`zipfile`, and
|
||||
other related file formats, see the :mod:`bz2`, :mod:`zipfile`, and
|
||||
:mod:`tarfile` modules.
|
||||
|
||||
The available exception and functions in this module are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue