Skip to content

Commit a0082a3

Browse files
Fix nit
Co-authored-by: Kumar Aditya <[email protected]>
1 parent 2603d50 commit a0082a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/lock_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def test_locked(self):
372372

373373
def test_locked_2threads(self):
374374
# see gh-134323: check that a rlock which
375-
# is acquired in a secaondary thread,
375+
# is acquired in a different thread,
376376
# is still locked in the main thread.
377377
l = []
378378
rlock = self.locktype()

0 commit comments

Comments
 (0)