Skip to content

Commit

Permalink
pythongh-86509: Add link to Lib/_threading_local.py in threading docs (
Browse files Browse the repository at this point in the history
  • Loading branch information
OTheDev authored Mar 10, 2023
1 parent cb35882 commit 53dceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/threading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 53dceb5

Please sign in to comment.