Skip to content

Commit 4f0c60d

Browse files
Update Doc/library/threading.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent 7cffded commit 4f0c60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/threading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ I/O-bound, such as file operations or making network requests,
5858
where much of the time is spent waiting for external resources.
5959

6060
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
61+
threads that can process multiple tasks concurrently. Here's a basic example of
6262
creating and starting threads using :class:`~threading.Thread`::
6363

6464
import threading

0 commit comments

Comments
 (0)