Skip to content

Commit 84a999b

Browse files
committed
Fix a sample code's coloring for ast.While
1 parent a985c92 commit 84a999b

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
@@ -1190,7 +1190,7 @@ Control flow
11901190

11911191
.. doctest::
11921192

1193-
>> print(ast.dump(ast.parse("""
1193+
>>> print(ast.dump(ast.parse("""
11941194
... while x:
11951195
... ...
11961196
... else:

0 commit comments

Comments
 (0)