]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824)
authorOwain Davies <116417456+OTheDev@users.noreply.github.com>
Fri, 10 Mar 2023 12:22:02 +0000 (19:22 +0700)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 12:22:02 +0000 (13:22 +0100)
Doc/library/threading.rst

index b352125551fa79ef9c03023eb3b0bb12af2a4669..83ed48052704fb9bbdcebf755f2cf9089fcdd88f 100644 (file)
@@ -272,7 +272,7 @@ The instance's values will be different for separate threads.
    A class that represents thread-local data.
 
    For more details and extensive examples, see the documentation string of the
-   :mod:`_threading_local` module.
+   :mod:`_threading_local` module: :source:`Lib/_threading_local.py`.
 
 
 .. _thread-objects: