]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in TLS docs (#140640)
authorda-woods <dw-git@d-woods.co.uk>
Mon, 27 Oct 2025 04:58:30 +0000 (04:58 +0000)
committerGitHub <noreply@github.com>
Mon, 27 Oct 2025 04:58:30 +0000 (10:28 +0530)
Doc/c-api/init.rst

index 7a501ea22be64b946cf6b552626d585485415442..49ffeab55850c0e86eeb655c5c8f46aa83f5c449 100644 (file)
@@ -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 <attached thread state>`
-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.