8000 Fix incorrect double indent in ast doc (#94976) · python/cpython@a25a803 · GitHub
[go: up one dir, main page]

Skip to content

Commit a25a803

Browse files
authored
Fix incorrect double indent in ast doc (#94976)
Warning directive indent was 4 rather than 3 spaces.
1 parent daf68ba commit a25a803

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

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

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

0 commit comments

Comments
 (0)
0