mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
be8da9c990
commit
0be894b2f6
52 changed files with 70 additions and 70 deletions
|
@ -130,8 +130,8 @@ class LockTests(test_utils.TestCase):
|
|||
def test_cancel_race(self):
|
||||
# Several tasks:
|
||||
# - A acquires the lock
|
||||
# - B is blocked in aqcuire()
|
||||
# - C is blocked in aqcuire()
|
||||
# - B is blocked in acquire()
|
||||
# - C is blocked in acquire()
|
||||
#
|
||||
# Now, concurrently:
|
||||
# - B is cancelled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue