Skip to content

Commit 680f5ba

Browse files
emmatypinggpshead
andauthored
Update module docstring for compression.zstd
Co-authored-by: Gregory P. Smith <[email protected]>
1 parent 81c3260 commit 680f5ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Lib/compression/zstd/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
"""
1+
"""Python bindings to the Zstandard (zstd) compression library (RFC-8878)."""
42

53
__all__ = (
64
# compression.zstd

0 commit comments

Comments
 (0)