]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-132608: Fix a sample code coloring for ast.While (GH-132609) (#132612)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Apr 2025 20:02:39 +0000 (22:02 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Apr 2025 20:02:39 +0000 (21:02 +0100)
Doc/library/ast.rst

index ce261abc2a347d74a693868709ad1198fb8e071d..570ba7989c11cde5155b01a5844f5a5f9a673be3 100644 (file)
@@ -1185,7 +1185,7 @@ Control flow
 
    .. doctest::
 
-        >> print(ast.dump(ast.parse("""
+        >>> print(ast.dump(ast.parse("""
         ... while x:
         ...    ...
         ... else: