mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-132608: Fix a sample code coloring for ast.While (#132609)
Add missing '>' in prompt.
This commit is contained in:
parent
25717ff4bf
commit
f5512a2498
1 changed files with 1 additions and 1 deletions
|
|
@ -1190,7 +1190,7 @@ Control flow
|
|||
|
||||
.. doctest::
|
||||
|
||||
>> print(ast.dump(ast.parse("""
|
||||
>>> print(ast.dump(ast.parse("""
|
||||
... while x:
|
||||
... ...
|
||||
... else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue