Skip to content

Commit b18c4a7

Browse files
Merge remote-tracking branch 'origin/zlib-warnings' into zlib-warnings
2 parents cace71d + a1f2afe commit b18c4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/zlib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ For applications that require data compression, the functions in this module
1111
allow compression and decompression, using the zlib library. The zlib library
1212
has its own home page at https://www.zlib.net. There are known
1313
incompatibilities 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

1717
zlib's functions have many options and often need to be used in a particular
1818
order. This documentation doesn't attempt to cover all of the permutations;

0 commit comments

Comments
 (0)