Fix doc typo.
This commit is contained in:
parent
5126df602c
commit
0c6cbbd632
|
@ -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