Skip to content

Commit df05880

Browse files
Update threads.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent f39e31d commit df05880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/threads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Non-Python created threads
182182
--------------------------
183183

184184
When threads are created using the dedicated Python APIs (such as the
185-
:mod:`threading` module), a thread state is automatically associated wih them,
185+
:mod:`threading` module), a thread state is automatically associated with them,
186186
However, when a thread is created from native code (for example, by a
187187
third-party library with its own thread management), it doesn't hold an
188188
attached thread state.

0 commit comments

Comments
 (0)