diff options
author | Stanley <46876382+slateny@users.noreply.github.com> | 2022-10-26 20:19:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 20:19:39 (GMT) |
commit | f786485f134c76a216b0dd891273f1006bb44863 (patch) | |
tree | 141434d6aac2ba342771417780b23233114a9180 /Misc | |
parent | 4b41b11a63ad82b5cfd3c45b871295973982a3b0 (diff) | |
download | cpython-f786485f134c76a216b0dd891273f1006bb44863.zip cpython-f786485f134c76a216b0dd891273f1006bb44863.tar.gz cpython-f786485f134c76a216b0dd891273f1006bb44863.tar.bz2 |
[3.10] Change links to label refs (GH-98454) (#98726)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/3.9.0a3.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.9.0a3.rst b/Misc/NEWS.d/3.9.0a3.rst index 77ccc74..54b61ca 100644 --- a/Misc/NEWS.d/3.9.0a3.rst +++ b/Misc/NEWS.d/3.9.0a3.rst @@ -805,8 +805,7 @@ event loop only if called from the main thread. .. section: Documentation Add an entry for ``__module__`` in the "function" & "method" sections of the -`inspect docs types and members table -<https://docs.python.org/3/library/inspect.html#types-and-members>`_ +:mod:`inspect` docs' :ref:`inspect-types` table. .. |