Skip to content

Commit 2f8caf0

Browse files
Fix a typo.
1 parent 1d5b7bd commit 2f8caf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_interpreters/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ def test_call_invalid(self):
14151415
interp.call(func, op, 'eggs!')
14161416

14171417
def test_callable_requires_frame(self):
1418-
# There are various functions tha require a current frame.
1418+
# There are various functions that require a current frame.
14191419
interp = interpreters.create()
14201420
for call, expected in [
14211421
((eval, '[1, 2, 3]'),

0 commit comments

Comments
 (0)