Skip to content

Commit e646486

Browse files
Update README.rst
1 parent b35a63f commit e646486

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,17 +344,17 @@ ZSTD_check (data): int
344344
Function, checks if input is zstd compressed data block,
345345
returns 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

359359
version (): string|bytes
360360
Returns this module doted version string.

0 commit comments

Comments
 (0)