From f5da369e20498b1c14ee835c70478c31c8df29bd Mon Sep 17 00:00:00 2001 From: da-woods Date: Mon, 27 Oct 2025 04:58:30 +0000 Subject: [PATCH] Fix typo in TLS docs (#140640) --- 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 7a501ea22be6..49ffeab55850 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. -- 2.47.3