From: da-woods Date: Mon, 27 Oct 2025 04:58:30 +0000 (+0000) Subject: Fix typo in TLS docs (#140640) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5da369e20498b1c14ee835c70478c31c8df29bd;p=thirdparty%2FPython%2Fcpython.git Fix typo in TLS docs (#140640) --- 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.