Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46fde1f

Browse files
authored
[docs] fix some asyncio.Barrier.wait docs grammar (GH-93552)
1 parent71c8f96 commit46fde1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Doc/library/asyncio-sync.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ Barrier
411411
...
412412
async with barrier as position:
413413
if position == 0:
414-
# Only one taskprint this
415-
print('End of *drainingphasis*')
414+
# Only one taskprints this
415+
print('End of *drainingphase*')
416416

417417
This method may raise a:class:`BrokenBarrierError` exception if the
418418
barrier is broken or reset while a task is waiting.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp