From: Victor Stinner Date: Tue, 12 Apr 2016 16:33:41 +0000 (+0200) Subject: Issue #26647: Fix typo in test_grammar X-Git-Tag: v3.6.0a1~225^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6ec54d8eb47e685dfcc489d4c6e2a78bb817ef0;p=python Issue #26647: Fix typo in test_grammar Patch written by Demur Rumed. --- diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py index ec3d7833f7..d68cc7da7c 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