https://github.com/python/cpython/commit/db7ad1c89f8b8f0319ec2f3a20f2f3c226a406ed
commit: db7ad1c89f8b8f0319ec2f3a20f2f3c226a406ed
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-04-16T21:02:39+01:00
summary:

[3.13] gh-132608: Fix a sample code coloring for ast.While (GH-132609) (#132612)

files:
M Doc/library/ast.rst

diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst
index ce261abc2a347d..570ba7989c11cd 100644
--- a/Doc/library/ast.rst
+++ b/Doc/library/ast.rst
@@ -1185,7 +1185,7 @@ Control flow
 
    .. doctest::
 
-        >> print(ast.dump(ast.parse("""
+        >>> print(ast.dump(ast.parse("""
         ... while x:
         ...    ...
         ... else:

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to