Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a72ee5

Browse files
committed
Issue #28960: Merge Thread.join() doc from 3.5
2 parents 0dc1fa6 + 972e04e commit 3a72ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/threading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ since it is impossible to detect the termination of alien threads.
256256

257257
Wait until the thread terminates. This blocks the calling thread until
258258
the thread whose :meth:`~Thread.join` method is called terminates -- either
259-
normally or through an unhandled exception --, or until the optional
259+
normally or through an unhandled exception -- or until the optional
260260
timeout occurs.
261261

262262
When the *timeout* argument is present and not ``None``, it should be a

0 commit comments

Comments
 (0)