From c6ec54d8eb47e685dfcc489d4c6e2a78bb817ef0 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 12 Apr 2016 18:33:41 +0200 Subject: Issue #26647: Fix typo in test_grammar Patch written by Demur Rumed. --- Lib/test/test_grammar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12