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).
This commit is contained in:
Serhiy Storchaka 2022-05-21 10:33:23 +03:00 committed by GitHub
parent 2fadde7e66
commit 7f835923c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 9 deletions

View file

@ -409,7 +409,7 @@ Some smaller changes made to the core Python language are:
evaluating has no elements. (Contributed by Julian Berman in
:issue:`18111`.)
* Module objects are now :mod:`weakref`'able.
* Module objects are now :ref:`weakly referenceable <mod-weakref>`.
* Module ``__file__`` attributes (and related values) should now always
contain absolute paths by default, with the sole exception of
@ -1113,8 +1113,8 @@ with additional speedups by Antoine Pitrou in :issue:`19219`.)
mmap
----
mmap objects can now be :mod:`weakref`\ ed. (Contributed by Valerie Lambert in
:issue:`4885`.)
mmap objects are now :ref:`weakly referenceable <mod-weakref>`.
(Contributed by Valerie Lambert in :issue:`4885`.)
multiprocessing