We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8014ffd commit da34d55Copy full SHA for da34d55
Doc/library/ast.rst
@@ -2045,7 +2045,7 @@ and classes for traversing abstract syntax trees:
2045
``await`` as variable names. The lowest supported version is
2046
``(3, 4)``; the highest is ``sys.version_info[0:2]``.
2047
2048
- If source contains a null character ('\0'), :exc:`ValueError` is raised.
+ If source contains a null character (``\0``), :exc:`ValueError` is raised.
2049
2050
.. warning::
2051
Note that successfully parsing source code into an AST object doesn't
0 commit comments