Terminology fix: .gz and .bz2 are not archive formats.

This commit is contained in:
Nadeem Vawda 2011-09-12 00:06:49 +02:00
parent 64d25ddb9c
commit 7cd4f203c0

View file

@ -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: