mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix spelling and grammar in documentation and code comments
This commit is contained in:
parent
72e483aac4
commit
69332c1a64
14 changed files with 15 additions and 15 deletions
|
@ -639,7 +639,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