File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -344,17 +344,17 @@ ZSTD_check (data): int
344344 Function, checks if input is zstd compressed data block,
345345returns 1 if yes, 0 if no, 2 - if stream data.
346346
347- Support compressed data with multiple/concatenated frames (blocks) .
347+ Support compressed data with multiple/concatenated frames (blocks) .
348348
349- Params:
349+ Params:
350350
351- * **data **: string|bytes - input compressed data block, length limited by 2Gb by Python API
351+ * **data **: string|bytes - input compressed data block, length limited by 2Gb by Python API
352352
353- Aliases:
353+ Aliases:
354354 - *check(...) *,
355355 - *verify(...) * since: 1.5.6.3
356356
357- Since: 1.5.6.2
357+ Since: 1.5.6.2
358358
359359version (): string|bytes
360360 Returns this module doted version string.
You can’t perform that action at this time.
0 commit comments