]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-143434: Fix typo in zstd documentation (GH-143437) (#143444)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Jan 2026 20:01:08 +0000 (21:01 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Jan 2026 20:01:08 +0000 (20:01 +0000)
gh-143434: Fix typo in zstd documentation (GH-143437)
(cherry picked from commit 240a6c326276c01cc7714a91a3e08eb77ddc4bc7)

Co-authored-by: Ritam Pal <ritamjunior26@gmail.com>
Doc/library/compression.zstd.rst

index 89b6fe540f5ba7dbed3cbbf93f456f9c11071559..7ca843f27f5e9a602f5b63a313358e81f86c8cac 100644 (file)
@@ -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