From abf85faf7996a5590991dd062c06ebf3260599bd Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 13 Jan 2018 08:17:28 -0500 Subject: [PATCH] small grammar formatting tidy --- uncompyle6/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncompyle6/parser.py b/uncompyle6/parser.py index 31e319d2..a7f70a45 100644 --- a/uncompyle6/parser.py +++ b/uncompyle6/parser.py @@ -422,7 +422,7 @@ class PythonParser(GenericASTBuilder): for_block POP_BLOCK _come_froms forelsestmt ::= SETUP_LOOP expr for_iter store - for_block POP_BLOCK else_suite _come_froms + for_block POP_BLOCK else_suite _come_froms forelselaststmt ::= SETUP_LOOP expr for_iter store for_block POP_BLOCK else_suitec _come_froms