Skip to content

Commit b18e6bf

Browse files
miss-islingtonhrnciar
authored andcommitted
00457: pythongh-132608: Fix a sample code coloring for ast.While (pythonGH-132609) (python#132612)
1 parent 5f4a408 commit b18e6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ast.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ Control flow
11851185

11861186
.. doctest::
11871187

1188-
>> print(ast.dump(ast.parse("""
1188+
>>> print(ast.dump(ast.parse("""
11891189
... while x:
11901190
... ...
11911191
... else:

0 commit comments

Comments
 (0)