Skip to content

Commit

Permalink
fix doctest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Nov 18, 2021
1 parent f95272c commit ca44878
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Doc/library/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,8 @@ Control flow
value=Constant(value=Ellipsis))],
finalbody=[
Expr(
value=Constant(value=Ellipsis))])],
value=Constant(value=Ellipsis))],
star=0)],
type_ignores=[])


Expand Down Expand Up @@ -1197,7 +1198,8 @@ Control flow
body=[
Pass()])],
orelse=[],
finalbody=[])],
finalbody=[],
star=0)],
type_ignores=[])


Expand Down

0 comments on commit ca44878

Please sign in to comment.