Skip to content

Commit 8d865f1

Browse files
[3.12] Fix rendering of null character in ast.rst (GH-116080) (#116160)
Fix rendering of null character in ast.rst (GH-116080) (cherry picked from commit c04a981) Co-authored-by: Shantanu <[email protected]>
1 parent 211b559 commit 8d865f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ast.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@ and classes for traversing abstract syntax trees:
21852185
``await`` as variable names. The lowest supported version is
21862186
``(3, 4)``; the highest is ``sys.version_info[0:2]``.
21872187

2188-
If source contains a null character ('\0'), :exc:`ValueError` is raised.
2188+
If source contains a null character (``\0``), :exc:`ValueError` is raised.
21892189

21902190
.. warning::
21912191
Note that successfully parsing source code into an AST object doesn't

0 commit comments

Comments
 (0)