[3.12] Fix rendering of null character in ast.rst (GH-116080) (#116160)

Fix rendering of null character in ast.rst (GH-116080)
(cherry picked from commit c04a981ff4)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-02-29 23:42:25 +01:00 committed by GitHub
parent 211b55951d
commit 8d865f19bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2185,7 +2185,7 @@ and classes for traversing abstract syntax trees:
``await`` as variable names. The lowest supported version is
``(3, 4)``; the highest is ``sys.version_info[0:2]``.
If source contains a null character ('\0'), :exc:`ValueError` is raised.
If source contains a null character (``\0``), :exc:`ValueError` is raised.
.. warning::
Note that successfully parsing source code into an AST object doesn't