]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-71223: Improve rendering of some references in the docs (GH-93041)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 May 2022 07:49:36 +0000 (00:49 -0700)
committerGitHub <noreply@github.com>
Sat, 21 May 2022 07:49:36 +0000 (00:49 -0700)
commitf2aeb3f6f782716d6b8fbff336d6258a24ba021c
tree898bd03ad3d29bf1b47656c3910c334e43cd0ccc
parentb97e28f1c243233f6c643148bfe26703c3f36885
gh-71223: Improve rendering of some references in the docs (GH-93041)

For example, instead of "eval()uated" (link from "eval()")
show "evaluated" (link from the whole word).
(cherry picked from commit 7f835923c179d1d2da54b232e0113abc2c56ea31)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/email.headerregistry.rst
Doc/library/functions.rst
Doc/library/logging.config.rst
Doc/library/stdtypes.rst
Doc/library/threading.rst
Doc/library/weakref.rst
Doc/whatsnew/3.4.rst