Issue #28960: Drop comma attached to dash in Thread.join() description

This commit is contained in:
Martin Panter 2016-12-24 07:28:26 +00:00
parent ab23347916
commit 972e04ec46
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ since it is impossible to detect the termination of alien threads.
Wait until the thread terminates. This blocks the calling thread until
the thread whose :meth:`~Thread.join` method is called terminates -- either
normally or through an unhandled exception --, or until the optional
normally or through an unhandled exception -- or until the optional
timeout occurs.
When the *timeout* argument is present and not ``None``, it should be a