[Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2: Fix doc typo.

lars.gustaebel python-checkins at python.org
Sat Dec 10 12:52:37 CET 2011


http://hg.python.org/cpython/rev/5da2c242025f
changeset:   73916:5da2c242025f
parent:      73914:f82ebf9b3a52
parent:      73915:caeec3e3606f
user:        Lars Gustäbel <lars at gustaebel.de>
date:        Sat Dec 10 12:48:03 2011 +0100
summary:
  Merge with 3.2: Fix doc typo.

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


diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst
--- a/Doc/library/tarfile.rst
+++ b/Doc/library/tarfile.rst
@@ -101,10 +101,10 @@
    +-------------+--------------------------------------------+
    | ``'w|'``    | Open an uncompressed *stream* for writing. |
    +-------------+--------------------------------------------+
-   | ``'w|gz'``  | Open an gzip compressed *stream* for       |
+   | ``'w|gz'``  | Open a gzip compressed *stream* for        |
    |             | writing.                                   |
    +-------------+--------------------------------------------+
-   | ``'w|bz2'`` | Open an bzip2 compressed *stream* for      |
+   | ``'w|bz2'`` | Open a bzip2 compressed *stream* for       |
    |             | writing.                                   |
    +-------------+--------------------------------------------+
 

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


More information about the Python-checkins mailing list