Skip to content

Commit f108044

Browse files
committed
Remove unresolved reference from docs
1 parent 548daa7 commit f108044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ zlib
10851085
* On Windows, ``zlib-ng`` is now used as the implementation of the
10861086
:mod:`zlib` module. This should produce compatible and comparable
10871087
results with better performance, though it is worth noting that
1088-
:const:`~zlib.Z_BEST_SPEED` (1) may result in significantly less
1088+
``zlib.Z_BEST_SPEED`` (1) may result in significantly less
10891089
compression than the previous implementation (while also significantly
10901090
reducing the time taken to compress).
10911091
(Contributed by Steve Dower in :gh:`91349`.)

0 commit comments

Comments
 (0)