https://github.com/python/cpython/commit/dbf08242b57287dbfc9adca7db93342a32c0f0c0
commit: dbf08242b57287dbfc9adca7db93342a32c0f0c0
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: emmatyping <[email protected]>
date: 2026-01-05T20:01:08Z
summary:

[3.14] gh-143434: Fix typo in zstd documentation (GH-143437) (#143444)

gh-143434: Fix typo in zstd documentation (GH-143437)
(cherry picked from commit 240a6c326276c01cc7714a91a3e08eb77ddc4bc7)

Co-authored-by: Ritam Pal <[email protected]>

files:
M Doc/library/compression.zstd.rst

diff --git a/Doc/library/compression.zstd.rst b/Doc/library/compression.zstd.rst
index 89b6fe540f5ba7..7ca843f27f5e9a 100644
--- a/Doc/library/compression.zstd.rst
+++ b/Doc/library/compression.zstd.rst
@@ -73,7 +73,7 @@ Reading and writing compressed files
    argument is not None, a :exc:`!TypeError` will be raised.
 
    When writing, the *options* argument can be a dictionary
-   providing advanced decompression parameters; see
+   providing advanced compression parameters; see
    :class:`CompressionParameter` for detailed information about supported
    parameters. The *level* argument is the compression level to use when
    writing compressed data. Only one of *level* or *options* may be non-None.
@@ -117,7 +117,7 @@ Reading and writing compressed files
    argument is not None, a :exc:`!TypeError` will be raised.
 
    When writing, the *options* argument can be a dictionary
-   providing advanced decompression parameters; see
+   providing advanced compression parameters; see
    :class:`CompressionParameter` for detailed information about supported
    parameters. The *level* argument is the compression level to use when
    writing compressed data. Only one of *level* or *options* may be passed. The

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to