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 ebca5a9 commit 5d6a4adCopy full SHA for 5d6a4ad
Modules/_zstd/zstddict.c
@@ -119,10 +119,10 @@ ZstdDict_dealloc(PyObject *ob)
119
}
120
121
PyDoc_STRVAR(ZstdDict_dictid_doc,
122
-"the Zstandard dictionary, an int between 0 and 2**32.\n\n"
+"The Zstandard dictionary, an int between 0 and 2**32.\n\n"
123
"A non-zero value represents an ordinary Zstandard dictionary,\n"
124
"conforming to the standardised format.\n\n"
125
-"The special value '0' means a 'raw content' dictionary,\n"
+"A value of zero indicates a 'raw content' dictionary,\n"
126
"without any restrictions on format or content.");
127
128
static PyObject *
0 commit comments