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 1dd8101 + 3a72ee5 commit 2d88b3bCopy full SHA for 2d88b3b
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