-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-132608: Fix a sample code coloring for ast.While #132609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-132608: Fix a sample code coloring for ast.While #132609
Conversation
I will merge this when you sign the required CLA. |
I've signed to Contributor License Agreement. |
It will update the status if you close/reopen the pr |
I will close the PR temporarily. |
And reopen. |
Thanks @Tan90909090 for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
GH-132612 is a backport of this pull request to the 3.13 branch. |
@Tan90909090 Congratulations on your first contribution to cpython, if you would like to contribute again, there are ~7k issues open ;-) The devguide has a lot of useful information. |
Fixes #132608. I added a
>
character.I executed
make venv
andmake html
according to Building the documentation, then I confirmed that the sample code forast.While
is colored correctly now:ast.While
should be colored correctly like the other examples. #132608📚 Documentation preview 📚: https://cpython-previews--132609.org.readthedocs.build/