Thanks to visit codestin.com Credit goes to github.com
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 71c8f96 commit 46fde1fCopy full SHA for 46fde1f
1 file changed
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