We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf4f58 commit ca89c3cCopy full SHA for ca89c3c
1 file changed
Lib/test/test_capi/test_opt.py
@@ -2648,7 +2648,7 @@ def f():
2648
2649
f()
2650
# Inner loop warms up first.
2651
- # Outer loop warms up later, linking to the innter one.
+ # Outer loop warms up later, linking to the inner one.
2652
# Therefore, at least two executors.
2653
self.assertGreaterEqual(len(get_all_executors(f)), 2)
2654
0 commit comments