|
|
@@ -5,7 +5,7 @@ def compress(data: bytes) -> bytes:
|
|
|
"""
|
|
|
|
|
|
def decompress(data: bytes) -> bytes:
|
|
|
- """Decompress the given LZ4 block format data produced by lz4.compress().
|
|
|
+ """Decompress the given LZ4 block format data produced by `lz4.compress()`.
|
|
|
|
|
|
This function is equivalent to `lz4.block.decompress` of https://pypi.org/project/lz4/.
|
|
|
"""
|