Skip to content

Commit 7f198c9

Browse files
committed
Add m_doc
1 parent b8eaca6 commit 7f198c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_zstd/_zstdmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,7 @@ static struct PyModuleDef_Slot _zstd_slots[] = {
730730
struct PyModuleDef _zstdmodule = {
731731
.m_base = PyModuleDef_HEAD_INIT,
732732
.m_name = "_zstd",
733+
.m_doc = "Implementation module for Zstandard compression.",
733734
.m_size = sizeof(_zstd_state),
734735
.m_slots = _zstd_slots,
735736
.m_methods = _zstd_methods,

0 commit comments

Comments
 (0)