mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merge with 3.2: Fix doc typo.
This commit is contained in:
commit
c67c0b0db1
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue