]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Terminology fix: .gz and .bz2 are not archive formats.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 11 Sep 2011 22:06:49 +0000 (00:06 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 11 Sep 2011 22:06:49 +0000 (00:06 +0200)
Doc/library/zlib.rst

index aab9ec7b2649bad9e3b1b6ebbee1902d1d53059f..4fd44eec38f095ce3f04bb443b60be0c1f1b28c8 100644 (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: