From 229874c612df868e7ae3e997e159915f49d16542 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 30 Jan 2019 15:49:12 -0800 Subject: [PATCH] Break up long comment to trigger Appveyor build --- Grammar/Grammar | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Grammar/Grammar b/Grammar/Grammar index e125b72cdfc6..e65a688e4cd8 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -153,7 +153,8 @@ encoding_decl: NAME yield_expr: 'yield' [yield_arg] yield_arg: 'from' test | testlist_star_expr -# the TYPE_COMMENT in suites is only parsed for funcdefs, but can't go elsewhere due to ambiguity +# the TYPE_COMMENT in suites is only parsed for funcdefs, +# but can't go elsewhere due to ambiguity func_body_suite: simple_stmt | NEWLINE [TYPE_COMMENT NEWLINE] INDENT stmt+ DEDENT func_type_input: func_type NEWLINE* ENDMARKER -- 2.47.3