]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Break up long comment to trigger Appveyor build 11645/head
authorGuido van Rossum <guido@python.org>
Wed, 30 Jan 2019 23:49:12 +0000 (15:49 -0800)
committerGuido van Rossum <guido@python.org>
Wed, 30 Jan 2019 23:49:12 +0000 (15:49 -0800)
Grammar/Grammar

index e125b72cdfc63e0ecef8512b8d18b31c9626e258..e65a688e4cd8f2485ccdab6367e10f9ba0c8a876 100644 (file)
@@ -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