From: Nadeem Vawda Date: Sun, 11 Sep 2011 22:06:49 +0000 (+0200) Subject: Terminology fix: .gz and .bz2 are not archive formats. X-Git-Tag: v3.3.0a1~1547 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cd4f203c06667963de1a8680a2ad6841272b21f;p=thirdparty%2FPython%2Fcpython.git Terminology fix: .gz and .bz2 are not archive formats. --- diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst index aab9ec7b2649..4fd44eec38f0 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: