File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1720,8 +1720,12 @@ PyDoc_STRVAR(ZlibDecompressor__new____doc__,
1720
1720
"\n"
1721
1721
" wbits = 15\n"
1722
1722
" zdict\n"
1723
- " The predefined compression dictionary. This must be the same\n"
1724
- " dictionary as used by the compressor that produced the input data.\n"
1723
+ " The predefined compression dictionary. This is a sequence of bytes\n"
1724
+ " (such as a bytes object) containing subsequences that are expected\n"
1725
+ " to occur frequently in the data that is to be compressed. Those\n"
1726
+ " subsequences that are expected to be most common should come at the\n"
1727
+ " end of the dictionary. This must be the same dictionary as used by the\n"
1728
+ " compressor that produced the input data.\n"
1725
1729
"\n" );
1726
1730
1727
1731
static PyObject *
You can’t perform that action at this time.
0 commit comments