Fix incorrect double indent in ast doc (#94976)

Warning directive indent was 4 rather than 3 spaces.
This commit is contained in:
Terry Jan Reedy 2022-07-18 13:24:18 -04:00 committed by GitHub
parent daf68ba92f
commit a25a803c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1951,7 +1951,7 @@ and classes for traversing abstract syntax trees:
If source contains a null character ('\0'), :exc:`ValueError` is raised.
.. warning::
.. warning::
Note that successfully parsing source code into an AST object doesn't
guarantee that the source code provided is valid Python code that can
be executed as the compilation step can raise further :exc:`SyntaxError`