We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39e31d commit df05880Copy full SHA for df05880
Doc/c-api/threads.rst
@@ -182,7 +182,7 @@ Non-Python created threads
182
--------------------------
183
184
When threads are created using the dedicated Python APIs (such as the
185
-:mod:`threading` module), a thread state is automatically associated wih them,
+:mod:`threading` module), a thread state is automatically associated with them,
186
However, when a thread is created from native code (for example, by a
187
third-party library with its own thread management), it doesn't hold an
188
attached thread state.
0 commit comments