gh-132608: Fix a sample code coloring for ast.While (#132609)

Add missing '>' in prompt.
This commit is contained in:
Tan90909090 2025-04-17 04:23:13 +09:00 committed by GitHub
parent 25717ff4bf
commit f5512a2498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ Control flow
.. doctest::
>> print(ast.dump(ast.parse("""
>>> print(ast.dump(ast.parse("""
... while x:
... ...
... else: