Skip to content

Commit db7ad1c

Browse files
[3.13] gh-132608: Fix a sample code coloring for ast.While (GH-132609) (#132612)
1 parent f9578dc commit db7ad1c

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)