Skip to content

Commit 3f09689

Browse files
committed
gh-116738: Fix typo
1 parent e8138be commit 3f09689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_free_threading/test_heapq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def run_concurrently(self, worker_func, args, nthreads) -> None:
236236
barrier = Barrier(nthreads)
237237

238238
def wrapper_func(*args):
239-
# Wait for all threadss to reach this point before proceeding.
239+
# Wait for all threads to reach this point before proceeding.
240240
barrier.wait()
241241
worker_func(*args)
242242

0 commit comments

Comments
 (0)