mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-93124: Fix typos in comments (GH-93125)
Fixes #93124 Automerge-Triggered-By: GH:rhettinger
This commit is contained in:
parent
1f134e96ba
commit
a4974003ec
4 changed files with 6 additions and 6 deletions
|
@ -1271,7 +1271,7 @@ class BarrierTests(unittest.IsolatedAsyncioTestCase):
|
|||
# catch here waiting tasks
|
||||
results1.append(True)
|
||||
else:
|
||||
# here drained task ouside the barrier
|
||||
# here drained task outside the barrier
|
||||
if rest_of_tasks == barrier._count:
|
||||
# tasks outside the barrier
|
||||
await barrier.reset()
|
||||
|
@ -1377,7 +1377,7 @@ class BarrierTests(unittest.IsolatedAsyncioTestCase):
|
|||
# last task exited from barrier
|
||||
await barrier.reset()
|
||||
|
||||
# wit here to reach the `parties`
|
||||
# wait here to reach the `parties`
|
||||
await barrier.wait()
|
||||
else:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue