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 211b559 commit 8d865f1Copy full SHA for 8d865f1
Doc/library/ast.rst
@@ -2185,7 +2185,7 @@ and classes for traversing abstract syntax trees:
2185
``await`` as variable names. The lowest supported version is
2186
``(3, 4)``; the highest is ``sys.version_info[0:2]``.
2187
2188
- If source contains a null character ('\0'), :exc:`ValueError` is raised.
+ If source contains a null character (``\0``), :exc:`ValueError` is raised.
2189
2190
.. warning::
2191
Note that successfully parsing source code into an AST object doesn't
0 commit comments