We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a712c4b commit 3bcae9dCopy full SHA for 3bcae9d
Doc/library/asyncio-sync.rst
@@ -411,8 +411,8 @@ Barrier
411
...
412
async with barrier as position:
413
if position == 0:
414
- # Only one task print this
415
- print('End of *draining phasis*')
+ # Only one task prints this
+ print('End of *draining phase*')
416
417
This method may raise a :class:`BrokenBarrierError` exception if the
418
barrier is broken or reset while a task is waiting.
0 commit comments