mirror of
https://github.com/python/cpython.git
synced 2025-08-29 13:15:11 +00:00
Fix rendering of null character in ast.rst (#116080)
This commit is contained in:
parent
fa1d675309
commit
c04a981ff4
1 changed files with 1 additions and 1 deletions
|
@ -2193,7 +2193,7 @@ and classes for traversing abstract syntax trees:
|
||||||
is no guarantee that the parse (or success of the parse) is the same as
|
is no guarantee that the parse (or success of the parse) is the same as
|
||||||
when run on the Python version corresponding to ``feature_version``.
|
when run on the Python version corresponding to ``feature_version``.
|
||||||
|
|
||||||
If source contains a null character ('\0'), :exc:`ValueError` is raised.
|
If source contains a null character (``\0``), :exc:`ValueError` is raised.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
Note that successfully parsing source code into an AST object doesn't
|
Note that successfully parsing source code into an AST object doesn't
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue