mirror of https://github.com/python/cpython
Merge with 3.2: Fix doc typo.
This commit is contained in:
commit
c67c0b0db1
|
@ -101,10 +101,10 @@ Some facts and figures:
|
|||
+-------------+--------------------------------------------+
|
||||
| ``'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. |
|
||||
+-------------+--------------------------------------------+
|
||||
|
||||
|
|
Loading…
Reference in New Issue