Skip to content

Commit 9365ee6

Browse files
authored
Change docs
1 parent 3fea15f commit 9365ee6

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
@@ -367,7 +367,7 @@ since it is impossible to detect the termination of alien threads.
367367

368368
Threads are non-daemon by default, meaning they block the program from
369369
exiting until they complete. By setting *daemon*=True, thread becomes
370-
daemon and will be forcibly terminated when the main program exits. use
370+
daemon and will be forcibly terminated when the main program exits. Use
371371
an explicit call to ``.join()`` on the daemon thread, which will block
372372
the main program until the thread completes.
373373

0 commit comments

Comments
 (0)