Skip to content

Commit

Permalink
Merge pull request #130 from sobolevn/patch-1
Browse files Browse the repository at this point in the history
Fix `ZSTD_check` return type doc
  • Loading branch information
sergey-dryabzhinsky authored Jan 25, 2025
2 parents c245c55 + e83ac10 commit fc3eb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ ZSTD_uncompress (data): string|bytes

Since: 0.1

ZSTD_check (data): string|bytes
ZSTD_check (data): int
Function, checks if input is zstd compressed data block, returns 1 if yes, 0 if no, or raises Error.

Support compressed data with multiple/concatenated frames (blocks) .
Expand Down

0 comments on commit fc3eb12

Please sign in to comment.