Skip to content

Commit a2ed680

Browse files
committed
[gyb_syntax_support] Add description for ExprListSyntax
1 parent caa6316 commit a2ed680

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

utils/gyb_syntax_support/ExprNodes.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@
112112

113113
Node('ExprList', kind='SyntaxCollection',
114114
element='Expr',
115-
element_name='Expression'),
115+
element_name='Expression',
116+
description='''
117+
A list of expressions connected by operators. This list is contained
118+
by a `SequenceExprSyntax`.
119+
'''),
116120

117121
# A #line expression.
118122
Node('PoundLineExpr', kind='Expr',

0 commit comments

Comments
 (0)