File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Reading and writing compressed files
7373 argument is not None, a :exc: `!TypeError ` will be raised.
7474
7575 When writing, the *options * argument can be a dictionary
76- providing advanced decompression parameters; see
76+ providing advanced compression parameters; see
7777 :class: `CompressionParameter ` for detailed information about supported
7878 parameters. The *level * argument is the compression level to use when
7979 writing compressed data. Only one of *level * or *options * may be non-None.
@@ -117,7 +117,7 @@ Reading and writing compressed files
117117 argument is not None, a :exc: `!TypeError ` will be raised.
118118
119119 When writing, the *options * argument can be a dictionary
120- providing advanced decompression parameters; see
120+ providing advanced compression parameters; see
121121 :class: `CompressionParameter ` for detailed information about supported
122122 parameters. The *level * argument is the compression level to use when
123123 writing compressed data. Only one of *level * or *options * may be passed. The
You can’t perform that action at this time.
0 commit comments