Skip to content

Commit ca44878

Browse files
committed
fix doctest failure
1 parent f95272c commit ca44878

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/library/ast.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,8 @@ Control flow
11631163
value=Constant(value=Ellipsis))],
11641164
finalbody=[
11651165
Expr(
1166-
value=Constant(value=Ellipsis))])],
1166+
value=Constant(value=Ellipsis))],
1167+
star=0)],
11671168
type_ignores=[])
11681169

11691170

@@ -1197,7 +1198,8 @@ Control flow
11971198
body=[
11981199
Pass()])],
11991200
orelse=[],
1200-
finalbody=[])],
1201+
finalbody=[],
1202+
star=0)],
12011203
type_ignores=[])
12021204

12031205

0 commit comments

Comments
 (0)