]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
In ast doc, update 'below' to 'above' (#94967)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 18 Jul 2022 16:38:52 +0000 (12:38 -0400)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 16:38:52 +0000 (12:38 -0400)
The included asdl file was moved from 'below' to 'above' in 3.9.

Doc/library/ast.rst

index 7ad21026f690f8add2a635dd3bbd53fab0b8ebf1..6a9c23a81867ecdcaa03bb498f32901711f3d6e6 100644 (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