There was an error while loading. Please reload this page.
1 parent 46c355f commit 1bb7995Copy full SHA for 1bb7995
1 file changed
Doc/library/compression.zstd.rst
@@ -346,7 +346,7 @@ Compressing and decompressing data in memory
346
will be set to ``True``.
347
348
Attempting to decompress data after the end of a frame will raise a
349
- :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
350
and saved in the :attr:`~.unused_data` attribute.
351
352
.. attribute:: eof
0 commit comments