Skip to content

Commit e532924

Browse files
author
Fabien Coelho
committed
typo--
1 parent f0af9df commit e532924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def banged(s: str, n: int) -> str:
661661

662662
import threading
663663
NTHREADS = 4
664-
barrier = threading.barrier(NTHREADS, timeout=2)
664+
barrier = threading.Barrier(NTHREADS, timeout=2)
665665

666666
def run():
667667
barrier.wait()

0 commit comments

Comments
 (0)