From e8bd9f42bc7a256a414ec6ea074fc7d73f21bedc Mon Sep 17 00:00:00 2001 From: da-woods Date: Sun, 26 Oct 2025 19:56:23 +0000 Subject: [PATCH] Fix typo in TLS docs --- Doc/c-api/init.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 7a501ea22be64b..49ffeab55850c0 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -2140,7 +2140,7 @@ use a thread key and functions to associate a :c:expr:`void*` value per thread. A :term:`thread state` does *not* need to be :term:`attached ` -when calling these functions; they suppl their own locking. +when calling these functions; they supply their own locking. Note that :file:`Python.h` does not include the declaration of the TLS APIs, you need to include :file:`pythread.h` to use thread-local storage.