Skip to content

Commit 1569ff7

Browse files
Fix grammar in compression.zstd docs: "it's" → "its"
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 <noreply@anthropic.com>
1 parent f3a381e commit 1569ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/compression.zstd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ Advanced parameter control
499499
The :meth:`~.bounds` method can be used on any attribute to get the valid
500500
values for that parameter.
501501

502-
Parameters are optional; any omitted parameter will have it's value selected
502+
Parameters are optional; any omitted parameter will have its value selected
503503
automatically.
504504

505505
Example getting the lower and upper bound of :attr:`~.compression_level`::
@@ -728,7 +728,7 @@ Advanced parameter control
728728

729729
An :class:`~enum.IntEnum` containing the advanced decompression parameter
730730
keys that can be used when decompressing data. Parameters are optional; any
731-
omitted parameter will have it's value selected automatically.
731+
omitted parameter will have its value selected automatically.
732732

733733
The :meth:`~.bounds` method can be used on any attribute to get the valid
734734
values for that parameter.

0 commit comments

Comments
 (0)