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 b8eaca6 commit 7f198c9Copy full SHA for 7f198c9
Modules/_zstd/_zstdmodule.c
@@ -730,6 +730,7 @@ static struct PyModuleDef_Slot _zstd_slots[] = {
730
struct PyModuleDef _zstdmodule = {
731
.m_base = PyModuleDef_HEAD_INIT,
732
.m_name = "_zstd",
733
+ .m_doc = "Implementation module for Zstandard compression.",
734
.m_size = sizeof(_zstd_state),
735
.m_slots = _zstd_slots,
736
.m_methods = _zstd_methods,
0 commit comments