Commit c6ec54d8 authored by Victor Stinner's avatar Victor Stinner

Issue #26647: Fix typo in test_grammar

Patch written by Demur Rumed.
parent 7ff033bd
......@@ -994,7 +994,7 @@ class GrammarTests(unittest.TestCase):
# Test ifelse expressions in various cases
def _checkeval(msg, ret):
"helper to check that evaluation of expressions is done correctly"
print(x)
print(msg)
return ret
# the next line is not allowed anymore
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment