Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6ec54d

Browse files
committed
Issue #26647: Fix typo in test_grammar
Patch written by Demur Rumed.
1 parent 7ff033b commit c6ec54d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_grammar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ def test_if_else_expr(self):
994994
# Test ifelse expressions in various cases
995995
def _checkeval(msg, ret):
996996
"helper to check that evaluation of expressions is done correctly"
997-
print(x)
997+
print(msg)
998998
return ret
999999

10001000
# the next line is not allowed anymore

0 commit comments

Comments
 (0)