Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/compression.zstd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`::
Expand Down Expand Up @@ -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.
Expand Down
Loading