Skip to content

Commit 2390b08

Browse files
[3.14] gh-123299: What's New: Link to compression and compression.zstd (GH-156661) (#156670)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 3656c15 commit 2390b08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`
653653
which re-export the :mod:`lzma`, :mod:`bz2`, :mod:`gzip` and :mod:`zlib`
654654
modules 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
657657
of the existing compression modules will occur no sooner than five years after
658658
the 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
661661
APIs for the Zstandard format via bindings to `Meta's zstd library
662662
<https://facebook.github.io/zstd/>`__. Zstandard is a widely adopted, highly
663663
efficient, and fast compression format. In addition to the APIs introduced in

0 commit comments

Comments
 (0)