mirror of
https://github.com/python/cpython.git
synced 2026-03-06 13:00:50 +00:00
[3.11] Fix rendering of null character in ast.rst (GH-116080) (#116161)
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:
parent
8014ffda1d
commit
da34d55f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -2045,7 +2045,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue