mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix doc typo.
This commit is contained in:
parent
5126df602c
commit
0c6cbbd632
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