Skip to content
Snippets Groups Projects
Unverified Commit 37ec0bdf authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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



The included asdl file was moved from 'below' to 'above' in 3.9.
(cherry picked from commit 7b617be4)

Co-authored-by: default avatarTerry Jan Reedy <tjreedy@udel.edu>
parent ec6ed668
Branches
Tags
No related merge requests found
...@@ -45,7 +45,7 @@ Node classes ...@@ -45,7 +45,7 @@ Node classes
This is the base of all AST node classes. The actual node classes are 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 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`. module and re-exported in :mod:`ast`.
There is one class defined for each left-hand side symbol in the abstract There is one class defined for each left-hand side symbol in the abstract
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment