https://github.com/python/cpython/commit/db7ad1c89f8b8f0319ec2f3a20f2f3c226a406ed commit: db7ad1c89f8b8f0319ec2f3a20f2f3c226a406ed branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> 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 -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com