mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[docs] fix some asyncio.Barrier.wait docs grammar (GH-93552)
This commit is contained in:
parent
71c8f96971
commit
46fde1feb5
1 changed files with 2 additions and 2 deletions
|
|
@ -411,8 +411,8 @@ Barrier
|
|||
...
|
||||
async with barrier as position:
|
||||
if position == 0:
|
||||
# Only one task print this
|
||||
print('End of *draining phasis*')
|
||||
# Only one task prints this
|
||||
print('End of *draining phase*')
|
||||
|
||||
This method may raise a :class:`BrokenBarrierError` exception if the
|
||||
barrier is broken or reset while a task is waiting.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue