@@ -119,10 +119,10 @@ ZstdDict_dealloc(PyObject *ob)
119
119
}
120
120
121
121
PyDoc_STRVAR (ZstdDict_dictid_doc ,
122
- "the Zstandard dictionary, an int between 0 and 2**32.\n\n"
123
- "A non-zero value represents an ordinary Zstandard dictionary, "
122
+ "The Zstandard dictionary, an int between 0 and 2**32.\n\n"
123
+ "A non-zero value represents an ordinary Zstandard dictionary,\n "
124
124
"conforming to the standardised format.\n\n"
125
- "The special value '0' means a 'raw content' dictionary,"
125
+ "A value of zero indicates a 'raw content' dictionary,\n "
126
126
"without any restrictions on format or content." );
127
127
128
128
static PyObject *
@@ -210,12 +210,12 @@ compress(dat, zstd_dict=zd.as_prefix)
210
210
1. Prefix is compatible with long distance matching, while dictionary is not.
211
211
2. It only works for the first frame, then the compressor/decompressor will
212
212
return to no prefix state.
213
- 3. When decompressing, must use the same prefix as when compressing."
213
+ 3. When decompressing, must use the same prefix as when compressing.
214
214
[clinic start generated code]*/
215
215
216
216
static PyObject *
217
217
_zstd_ZstdDict_as_prefix_get_impl (ZstdDict * self )
218
- /*[clinic end generated code: output=6f7130c356595a16 input=d59757b0b5a9551a ]*/
218
+ /*[clinic end generated code: output=6f7130c356595a16 input=45b3b6110f36d127 ]*/
219
219
{
220
220
return Py_BuildValue ("Oi" , self , DICT_TYPE_PREFIX );
221
221
}
0 commit comments