Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit 09b0e2e

Browse files
committed
Fix typos (from upstream, contributed by Ville Skyttä).
1 parent f2cb2d5 commit 09b0e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_locks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def test_acquire_cancel(self):
130130
def test_cancel_race(self):
131131
# Several tasks:
132132
# - A acquires the lock
133-
# - B is blocked in aqcuire()
134-
# - C is blocked in aqcuire()
133+
# - B is blocked in acquire()
134+
# - C is blocked in acquire()
135135
#
136136
# Now, concurrently:
137137
# - B is cancelled

0 commit comments

Comments
 (0)