File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ For applications that require data compression, the functions in this module
1111allow compression and decompression, using the zlib library. The zlib library
1212has its own home page at https://www.zlib.net. There are known
1313incompatibilities between the Python module and versions of the zlib library
14- earlier than 1.1.3; 1.1.3 has a `security vulnerability <https://zlib.net/zlib_faq.html#faq33 >`_,
15- so we recommend using 1.1.4 or later.
14+ earlier than 1.1.3; 1.1.3 has a `security vulnerability <https://zlib.net/zlib_faq.html#faq33 >`_, so we recommend using
15+ 1.1.4 or later.
1616
1717zlib's functions have many options and often need to be used in a particular
1818order. This documentation doesn't attempt to cover all of the permutations;
You can’t perform that action at this time.
0 commit comments