From 1569ff7e575a4e7ae4b8bc2ca4f8f70cb88e608e Mon Sep 17 00:00:00 2001 From: Anandesh Sharma Date: Fri, 27 Feb 2026 04:05:05 +0530 Subject: [PATCH] =?UTF-8?q?Fix=20grammar=20in=20compression.zstd=20docs:?= =?UTF-8?q?=20"it's"=20=E2=86=92=20"its"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix two instances of "it's value" to "its value" in the CompressionParameter and DecompressionParameter documentation. "Its" is the possessive form; "it's" is the contraction of "it is". Co-Authored-By: Claude Opus 4.6 --- Doc/library/compression.zstd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/compression.zstd.rst b/Doc/library/compression.zstd.rst index 7ca843f27f5e9a..25459640f8e2e9 100644 --- a/Doc/library/compression.zstd.rst +++ b/Doc/library/compression.zstd.rst @@ -499,7 +499,7 @@ Advanced parameter control The :meth:`~.bounds` method can be used on any attribute to get the valid values for that parameter. - Parameters are optional; any omitted parameter will have it's value selected + Parameters are optional; any omitted parameter will have its value selected automatically. Example getting the lower and upper bound of :attr:`~.compression_level`:: @@ -728,7 +728,7 @@ Advanced parameter control An :class:`~enum.IntEnum` containing the advanced decompression parameter keys that can be used when decompressing data. Parameters are optional; any - omitted parameter will have it's value selected automatically. + omitted parameter will have its value selected automatically. The :meth:`~.bounds` method can be used on any attribute to get the valid values for that parameter.