Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Doc/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ for third-party software incorporated in the Python distribution.
Mersenne Twister
----------------

The :mod:`_random` module includes code based on a download from
The :mod:`random` module includes code based on a download from
http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html. The following are
the verbatim comments from the original code::

Expand Down Expand Up @@ -819,7 +819,7 @@ sources unless the build is configured ``--with-system-expat``::
libffi
------

The :mod:`_ctypes` extension is built using an included copy of the libffi
The :mod:`ctypes` extension is built using an included copy of the libffi
sources unless the build is configured ``--with-system-libffi``::

Copyright (c) 1996-2008 Red Hat, Inc and others.
Expand Down Expand Up @@ -920,7 +920,7 @@ on the cfuhash project::
libmpdec
--------

The :mod:`_decimal` module is built using an included copy of the libmpdec
The :mod:`decimal` module is built using an included copy of the libmpdec
library unless the build is configured ``--with-system-libmpdec``::

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