Skip to content

Commit 6f3d2da

Browse files
slatenyaisk
andauthored
others -> other
Co-authored-by: AN Long <[email protected]>
1 parent 3e91ff9 commit 6f3d2da

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
@@ -311,7 +311,7 @@ If the :meth:`~Thread.run` method raises an exception,
311311
:func:`threading.excepthook` ignores silently :exc:`SystemExit`.
312312

313313
A thread can be flagged as a "daemon thread". A thread with this flag is shut
314-
down when the main thread and all others non-daemon threads end.
314+
down when the main thread and all other non-daemon threads end.
315315
This means a Python program runs as long as non-daemon threads (such as the main
316316
thread) are running, and exits when only daemon threads are left. The
317317
initial value is inherited from the creating thread. The flag can be set

0 commit comments

Comments
 (0)