We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf68ba commit a25a803Copy full SHA for a25a803
Doc/library/ast.rst
@@ -1951,7 +1951,7 @@ and classes for traversing abstract syntax trees:
1951
1952
If source contains a null character ('\0'), :exc:`ValueError` is raised.
1953
1954
- .. warning::
+ .. warning::
1955
Note that successfully parsing source code into an AST object doesn't
1956
guarantee that the source code provided is valid Python code that can
1957
be executed as the compilation step can raise further :exc:`SyntaxError`
0 commit comments