Skip to content

Commit 95ae29d

Browse files
Fix incorrect double indent in ast doc (GH-94976)
Warning directive indent was 4 rather than 3 spaces. (cherry picked from commit a25a803) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent a923eb4 commit 95ae29d

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
@@ -1919,7 +1919,7 @@ and classes for traversing abstract syntax trees:
19191919

19201920
If source contains a null character ('\0'), :exc:`ValueError` is raised.
19211921

1922-
.. warning::
1922+
.. warning::
19231923
Note that successfully parsing source code into an AST object doesn't
19241924
guarantee that the source code provided is valid Python code that can
19251925
be executed as the compilation step can raise further :exc:`SyntaxError`

0 commit comments

Comments
 (0)