diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index c943c2f498173e..4a72a9a87dbfb7 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -2187,7 +2187,7 @@ and classes for traversing abstract syntax trees: ``await`` as variable names. The lowest supported version is ``(3, 7)``; 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