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 548daa7 commit f108044Copy full SHA for f108044
Doc/whatsnew/3.14.rst
@@ -1085,7 +1085,7 @@ zlib
1085
* On Windows, ``zlib-ng`` is now used as the implementation of the
1086
:mod:`zlib` module. This should produce compatible and comparable
1087
results with better performance, though it is worth noting that
1088
- :const:`~zlib.Z_BEST_SPEED` (1) may result in significantly less
+ ``zlib.Z_BEST_SPEED`` (1) may result in significantly less
1089
compression than the previous implementation (while also significantly
1090
reducing the time taken to compress).
1091
(Contributed by Steve Dower in :gh:`91349`.)
0 commit comments