We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c3260 commit 680f5baCopy full SHA for 680f5ba
Lib/compression/zstd/__init__.py
@@ -1,6 +1,4 @@
1
-"""Python bindings to Zstandard (zstd) compression library, the API style is
2
-similar to Python's bz2/lzma/zlib modules.
3
-"""
+"""Python bindings to the Zstandard (zstd) compression library (RFC-8878)."""
4
5
__all__ = (
6
# compression.zstd
0 commit comments