We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95272c commit ca44878Copy full SHA for ca44878
Doc/library/ast.rst
@@ -1163,7 +1163,8 @@ Control flow
1163
value=Constant(value=Ellipsis))],
1164
finalbody=[
1165
Expr(
1166
- value=Constant(value=Ellipsis))])],
+ value=Constant(value=Ellipsis))],
1167
+ star=0)],
1168
type_ignores=[])
1169
1170
@@ -1197,7 +1198,8 @@ Control flow
1197
1198
body=[
1199
Pass()])],
1200
orelse=[],
- finalbody=[])],
1201
+ finalbody=[],
1202
1203
1204
1205
0 commit comments