[Python-checkins] cpython: Terminology fix: .gz and .bz2 are not archive formats.

nadeem.vawda python-checkins at python.org
Mon Sep 12 00:07:14 CEST 2011


http://hg.python.org/cpython/rev/97a0da942d9c
changeset:   72342:97a0da942d9c
user:        Nadeem Vawda <nadeem.vawda at gmail.com>
date:        Mon Sep 12 00:06:49 2011 +0200
summary:
  Terminology fix: .gz and .bz2 are not archive formats.

files:
  Doc/library/zlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/zlib.rst b/Doc/library/zlib.rst
--- a/Doc/library/zlib.rst
+++ b/Doc/library/zlib.rst
@@ -19,7 +19,7 @@
 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:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list