Skip to content

Commit

Permalink
In ast doc, update 'below' to 'above' (pythonGH-94967)
Browse files Browse the repository at this point in the history
The included asdl file was moved from 'below' to 'above' in 3.9.
(cherry picked from commit 7b617be)

Co-authored-by: Terry Jan Reedy <[email protected]>
  • Loading branch information
miss-islington and terryjreedy authored Jul 18, 2022
1 parent 5d75edd commit a923eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a923eb4

Please sign in to comment.