mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merge spelling and grammar fixes from 3.5
This commit is contained in:
commit
02b75abf73
14 changed files with 15 additions and 15 deletions
|
@ -641,7 +641,7 @@ class Barrier:
|
|||
self._break()
|
||||
raise
|
||||
|
||||
# Wait in the barrier until we are relased. Raise an exception
|
||||
# Wait in the barrier until we are released. Raise an exception
|
||||
# if the barrier is reset or broken.
|
||||
def _wait(self, timeout):
|
||||
if not self._cond.wait_for(lambda : self._state != 0, timeout):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue