File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ Improved error messages
648648:pep: `784 `: Zstandard support in the standard library
649649-----------------------------------------------------
650650
651- The new :mod: `! compression ` package contains modules :mod: `!compression.lzma `,
651+ The new :mod: `compression ` package contains modules :mod: `!compression.lzma `,
652652:mod: `!compression.bz2 `, :mod: `!compression.gzip ` and :mod: `!compression.zlib `
653653which re-export the :mod: `lzma `, :mod: `bz2 `, :mod: `gzip ` and :mod: `zlib `
654654modules respectively. The new import names under :mod: `!compression ` are the
@@ -657,7 +657,7 @@ the existing modules names have not been deprecated. Any deprecation or removal
657657of the existing compression modules will occur no sooner than five years after
658658the release of 3.14.
659659
660- The new :mod: `! compression.zstd ` module provides compression and decompression
660+ The new :mod: `compression.zstd ` module provides compression and decompression
661661APIs for the Zstandard format via bindings to `Meta's zstd library
662662<https://facebook.github.io/zstd/> `__. Zstandard is a widely adopted, highly
663663efficient, and fast compression format. In addition to the APIs introduced in
You can’t perform that action at this time.
0 commit comments