commit | bb0b08540cc93e56f3f1bde1b39ce086d9e35fe1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Aug 14 12:20:05 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri Aug 14 12:20:05 2020 +0200 |
tree | 07b1760928dc17078a061fe7424f0f9303addb1c | |
parent | 87d8287865e5c9f137f6b5cf8c34c2c509eb5e9d [diff] |
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.