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 3fea15f commit 9365ee6Copy full SHA for 9365ee6
Doc/library/threading.rst
@@ -367,7 +367,7 @@ since it is impossible to detect the termination of alien threads.
367
368
Threads are non-daemon by default, meaning they block the program from
369
exiting until they complete. By setting *daemon*=True, thread becomes
370
- daemon and will be forcibly terminated when the main program exits. use
+ daemon and will be forcibly terminated when the main program exits. Use
371
an explicit call to ``.join()`` on the daemon thread, which will block
372
the main program until the thread completes.
373
0 commit comments