Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c6cbbd

Browse files
committed
Fix doc typo.
1 parent 5126df6 commit 0c6cbbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/tarfile.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ Some facts and figures:
101101
+-------------+--------------------------------------------+
102102
| ``'w|'`` | Open an uncompressed *stream* for writing. |
103103
+-------------+--------------------------------------------+
104-
| ``'w|gz'`` | Open an gzip compressed *stream* for |
104+
| ``'w|gz'`` | Open a gzip compressed *stream* for |
105105
| | writing. |
106106
+-------------+--------------------------------------------+
107-
| ``'w|bz2'`` | Open an bzip2 compressed *stream* for |
107+
| ``'w|bz2'`` | Open a bzip2 compressed *stream* for |
108108
| | writing. |
109109
+-------------+--------------------------------------------+
110110

0 commit comments

Comments
 (0)