Skip to content

Commit ca89c3c

Browse files
spelling
1 parent 2cf4f58 commit ca89c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2648,7 +2648,7 @@ def f():
26482648

26492649
f()
26502650
# Inner loop warms up first.
2651-
# Outer loop warms up later, linking to the innter one.
2651+
# Outer loop warms up later, linking to the inner one.
26522652
# Therefore, at least two executors.
26532653
self.assertGreaterEqual(len(get_all_executors(f)), 2)
26542654

0 commit comments

Comments
 (0)