From: Owain Davies <116417456+OTheDev@users.noreply.github.com> Date: Fri, 10 Mar 2023 12:22:02 +0000 (+0700) Subject: gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824) X-Git-Tag: v3.12.0a7~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53dceb53ade15587b9cfd30c0a0942232517dee9;p=thirdparty%2FPython%2Fcpython.git gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824) --- diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index b352125551fa..83ed48052704 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -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: