Skip to content

Commit f5da369

Browse files
authored
Fix typo in TLS docs (#140640)
1 parent 3dab11f commit f5da369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ use a thread key and functions to associate a :c:expr:`void*` value per
21402140
thread.
21412141
21422142
A :term:`thread state` does *not* need to be :term:`attached <attached thread state>`
2143-
when calling these functions; they suppl their own locking.
2143+
when calling these functions; they supply their own locking.
21442144
21452145
Note that :file:`Python.h` does not include the declaration of the TLS APIs,
21462146
you need to include :file:`pythread.h` to use thread-local storage.

0 commit comments

Comments
 (0)