Skip to content

Commit 98b3aca

Browse files
partevambvCAM-Gerlach
authored andcommitted
[doc] Fix broken links to C extensions accelerating stdlib modules (python#96914)
Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent e20a190 commit 98b3aca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Doc/license.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ for third-party software incorporated in the Python distribution.
302302
Mersenne Twister
303303
----------------
304304

305-
The :mod:`_random` module includes code based on a download from
305+
The :mod:`!_random` C extension underlying the :mod:`random` module
306+
includes code based on a download from
306307
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The following are
307308
the verbatim comments from the original code::
308309

@@ -819,7 +820,8 @@ sources unless the build is configured ``--with-system-expat``::
819820
libffi
820821
------
821822

822-
The :mod:`_ctypes` extension is built using an included copy of the libffi
823+
The :mod:`!_ctypes` C extension underlying the :mod:`ctypes` module
824+
is built using an included copy of the libffi
823825
sources unless the build is configured ``--with-system-libffi``::
824826

825827
Copyright (c) 1996-2008 Red Hat, Inc and others.
@@ -920,7 +922,8 @@ on the cfuhash project::
920922
libmpdec
921923
--------
922924

923-
The :mod:`_decimal` module is built using an included copy of the libmpdec
925+
The :mod:`!_decimal` C extension underlying the :mod:`decimal` module
926+
is built using an included copy of the libmpdec
924927
library unless the build is configured ``--with-system-libmpdec``::
925928

926929
Copyright (c) 2008-2020 Stefan Krah. All rights reserved.

0 commit comments

Comments
 (0)