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 1d5b7bd commit 2f8caf0Copy full SHA for 2f8caf0
Lib/test/test_interpreters/test_api.py
@@ -1415,7 +1415,7 @@ def test_call_invalid(self):
1415
interp.call(func, op, 'eggs!')
1416
1417
def test_callable_requires_frame(self):
1418
- # There are various functions tha require a current frame.
+ # There are various functions that require a current frame.
1419
interp = interpreters.create()
1420
for call, expected in [
1421
((eval, '[1, 2, 3]'),
0 commit comments