Kaydet (Commit) c6ec54d8 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #26647: Fix typo in test_grammar

Patch written by Demur Rumed.
üst 7ff033bd
...@@ -994,7 +994,7 @@ class GrammarTests(unittest.TestCase): ...@@ -994,7 +994,7 @@ class GrammarTests(unittest.TestCase):
# Test ifelse expressions in various cases # Test ifelse expressions in various cases
def _checkeval(msg, ret): def _checkeval(msg, ret):
"helper to check that evaluation of expressions is done correctly" "helper to check that evaluation of expressions is done correctly"
print(x) print(msg)
return ret return ret
# the next line is not allowed anymore # 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