We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1d675 commit c04a981Copy full SHA for c04a981
Doc/library/ast.rst
@@ -2193,7 +2193,7 @@ and classes for traversing abstract syntax trees:
2193
is no guarantee that the parse (or success of the parse) is the same as
2194
when run on the Python version corresponding to ``feature_version``.
2195
2196
- If source contains a null character ('\0'), :exc:`ValueError` is raised.
+ If source contains a null character (``\0``), :exc:`ValueError` is raised.
2197
2198
.. warning::
2199
Note that successfully parsing source code into an AST object doesn't
0 commit comments