summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-04-12 16:33:41 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-04-12 16:33:41 (GMT)
commitc6ec54d8eb47e685dfcc489d4c6e2a78bb817ef0 (patch)
treeb4d1634cf6bffcedd92bc7468bbe21b1b2ffc670 /Lib
parent7ff033bd6251625ef6da4ab9ec6259c34fbf3f8d (diff)
downloadcpython-c6ec54d8eb47e685dfcc489d4c6e2a78bb817ef0.zip
cpython-c6ec54d8eb47e685dfcc489d4c6e2a78bb817ef0.tar.gz
cpython-c6ec54d8eb47e685dfcc489d4c6e2a78bb817ef0.tar.bz2
Issue #26647: Fix typo in test_grammar
Patch written by Demur Rumed.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_grammar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py
index ec3d783..d68cc7d 100644
--- a/Lib/test/test_grammar.py
+++ b/Lib/test/test_grammar.py
@@ -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