Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5126df6 commit 0c6cbbdCopy full SHA for 0c6cbbd
1 file changed
Doc/library/tarfile.rst
@@ -101,10 +101,10 @@ Some facts and figures:
101
+-------------+--------------------------------------------+
102
| ``'w|'`` | Open an uncompressed *stream* for writing. |
103
104
- | ``'w|gz'`` | Open an gzip compressed *stream* for |
+ | ``'w|gz'`` | Open a gzip compressed *stream* for |
105
| | writing. |
106
107
- | ``'w|bz2'`` | Open an bzip2 compressed *stream* for |
+ | ``'w|bz2'`` | Open a bzip2 compressed *stream* for |
108
109
110
0 commit comments