]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40204: Fix reference to terms in the doc (GH-21865)
authorVictor Stinner <vstinner@python.org>
Fri, 14 Aug 2020 10:20:05 +0000 (12:20 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Aug 2020 10:20:05 +0000 (12:20 +0200)
commitbb0b08540cc93e56f3f1bde1b39ce086d9e35fe1
tree07b1760928dc17078a061fe7424f0f9303addb1c
parent87d8287865e5c9f137f6b5cf8c34c2c509eb5e9d
bpo-40204: Fix reference to terms in the doc (GH-21865)

Sphinx 3 requires to refer to terms with the exact case.

For example, fix the Sphinx 3 warning:

Doc/library/pkgutil.rst:71: WARNING: term Loader not found in case
sensitive match.made a reference to loader instead.
14 files changed:
Doc/extending/newtypes_tutorial.rst
Doc/glossary.rst
Doc/library/collections.abc.rst
Doc/library/concurrent.futures.rst
Doc/library/importlib.rst
Doc/library/multiprocessing.rst
Doc/library/pkgutil.rst
Doc/library/threading.rst
Doc/reference/datamodel.rst
Doc/tutorial/classes.rst
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.6.rst
Doc/whatsnew/3.7.rst