@@ -63,8 +63,8 @@ Some facts and figures:
6363 +------------------+---------------------------------------------+
6464 | mode | action |
6565 +==================+=============================================+
66- | ``'r' or 'r:*' `` | Open for reading with transparent |
67- | | compression (recommended). |
66+ | ``'r' `` or | Open for reading with transparent |
67+ | `` 'r:*' `` | compression (recommended). |
6868 +------------------+---------------------------------------------+
6969 | ``'r:' `` | Open for reading exclusively without |
7070 | | compression. |
@@ -98,10 +98,11 @@ Some facts and figures:
9898 | | Raise a :exc: `FileExistsError ` exception |
9999 | | if it already exists. |
100100 +------------------+---------------------------------------------+
101- | ``'a' or 'a:' `` | Open for appending with no compression. The |
102- | | file is created if it does not exist. |
101+ | ``'a' `` or | Open for appending with no compression. The |
102+ | `` 'a:' `` | file is created if it does not exist. |
103103 +------------------+---------------------------------------------+
104- | ``'w' or 'w:' `` | Open for uncompressed writing. |
104+ | ``'w' `` or | Open for uncompressed writing. |
105+ | ``'w:' `` | |
105106 +------------------+---------------------------------------------+
106107 | ``'w:gz' `` | Open for gzip compressed writing. |
107108 +------------------+---------------------------------------------+
0 commit comments