In ast doc, update 'below' to 'above' (#94967)

The included asdl file was moved from 'below' to 'above' in 3.9.
This commit is contained in:
Terry Jan Reedy 2022-07-18 12:38:52 -04:00 committed by GitHub
parent b407312a24
commit 7b617be4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Node classes
This is the base of all AST node classes. The actual node classes are
derived from the :file:`Parser/Python.asdl` file, which is reproduced
:ref:`below <abstract-grammar>`. They are defined in the :mod:`_ast` C
:ref:`above <abstract-grammar>`. They are defined in the :mod:`_ast` C
module and re-exported in :mod:`ast`.
There is one class defined for each left-hand side symbol in the abstract