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
2 changes: 1 addition & 1 deletion Doc/library/compression.zstd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Compressing and decompressing data in memory
will be set to ``True``.

Attempting to decompress data after the end of a frame will raise a
:exc:`ZstdError`. Any data found after the end of the frame is ignored
:exc:`EOFError`. Any data found after the end of the frame is ignored
and saved in the :attr:`~.unused_data` attribute.

.. attribute:: eof
Expand Down
Loading