Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 0dc1fa6 + 972e04e commit 3a72ee5Copy full SHA for 3a72ee5
1 file changed
Doc/library/threading.rst
@@ -256,7 +256,7 @@ since it is impossible to detect the termination of alien threads.
256
257
Wait until the thread terminates. This blocks the calling thread until
258
the thread whose :meth:`~Thread.join` method is called terminates -- either
259
- normally or through an unhandled exception --, or until the optional
+ normally or through an unhandled exception -- or until the optional
260
timeout occurs.
261
262
When the *timeout* argument is present and not ``None``, it should be a
0 commit comments