Skip to content

Commit 5420a94

Browse files
committed
Markup fix
1 parent 4e8f0f0 commit 5420a94

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ fractions
248248
hashlib
249249
-------
250250

251-
* :func:`hashlib.blake2b` and :func:`hashlib.blake2s` now prefer `libb2
252-
<https://www.blake2.net/>`_ over Python's vendored copy.
251+
* :func:`hashlib.blake2b` and :func:`hashlib.blake2s` now prefer `libb2`_
252+
over Python's vendored copy.
253253
(Contributed by Christian Heimes in :issue:`47095`.)
254254

255255
IDLE and idlelib
@@ -1067,7 +1067,7 @@ Porting to Python 3.11
10671067
on old Python functions.
10681068

10691069
* Distributors are encouraged to build Python with optimized Blake2 library
1070-
`libb2 <https://www.blake2.net>`_.
1070+
`libb2`_.
10711071

10721072

10731073
Deprecated
@@ -1148,3 +1148,6 @@ Removed
11481148
* Remove the ``HAVE_PY_SET_53BIT_PRECISION`` macro (moved to the internal C
11491149
API).
11501150
(Contributed by Victor Stinner in :issue:`45412`.)
1151+
1152+
1153+
.. _libb2: https://www.blake2.net/

0 commit comments

Comments
 (0)