diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-09-11 22:06:49 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-09-11 22:06:49 (GMT) |
commit | 7cd4f203c06667963de1a8680a2ad6841272b21f (patch) | |
tree | 5177d4bd58a1b9b5c88a345d84aa2ae78664a9b6 /Doc | |
parent | 64d25ddb9c31b94aadfc8c9f220b0a5759e20265 (diff) | |
download | cpython-7cd4f203c06667963de1a8680a2ad6841272b21f.zip cpython-7cd4f203c06667963de1a8680a2ad6841272b21f.tar.gz cpython-7cd4f203c06667963de1a8680a2ad6841272b21f.tar.bz2 |
Terminology fix: .gz and .bz2 are not archive formats.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/zlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index aab9ec7..4fd44ee 100644 --- a/Doc/library/zlib.rst +++ b/Doc/library/zlib.rst @@ -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: |