From 29a11b85e183b6fe31b6981c22f25101730c3380 Mon Sep 17 00:00:00 2001 From: oda-gitso Date: Sat, 11 Feb 2023 17:46:02 +0700 Subject: [PATCH] fix-issue-86509 --- Doc/library/threading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index b352125551fa79..83ed48052704fb 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: