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 7cffded commit 4f0c60dCopy full SHA for 4f0c60d
Doc/library/threading.rst
@@ -58,7 +58,7 @@ I/O-bound, such as file operations or making network requests,
58
where much of the time is spent waiting for external resources.
59
60
A typical use case for :mod:`threading` includes managing a pool of worker
61
-threads that can process multiple tasks concurrently. This basic example of
+threads that can process multiple tasks concurrently. Here's a basic example of
62
creating and starting threads using :class:`~threading.Thread`::
63
64
import threading
0 commit comments