mirror of https://github.com/python/cpython.git
gh-132608: Fix a sample code coloring for ast.While (#132609)
Add missing '>' in prompt.
This commit is contained in:
parent
25717ff4bf
commit
f5512a2498
|
@ -1190,7 +1190,7 @@ Control flow
|
|||
|
||||
.. doctest::
|
||||
|
||||
>> print(ast.dump(ast.parse("""
|
||||
>>> print(ast.dump(ast.parse("""
|
||||
... while x:
|
||||
... ...
|
||||
... else:
|
||||
|
|
Loading…
Reference in New Issue