From: Raymond Hettinger Date: Tue, 18 Jan 2011 21:14:27 +0000 (+0000) Subject: Missing word. X-Git-Tag: v3.2rc2~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0f1f3234c9f8ba1af0bb49e40108e65c4c5414c;p=python Missing word. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 1f75c5f452..5a7b72ccb3 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -844,8 +844,8 @@ is defined for only two threads. Implemented as a two-phase cyclic barrier, :class:`~threading.Barrier` objects are suitable for use in loops. The separate *filling* and *draining* phases -assure that all threads get released (drained) before any one them can loop back -and re-enter the barrier. The barrier fully resets after each cycle. +assure that all threads get released (drained) before any one of them can loop +back and re-enter the barrier. The barrier fully resets after each cycle. If any of the predecessor tasks can hang or be delayed, a barrier can be created with an optional *timeout* parameter. Then if the timeout period elapses before