From 7b617be4ab6df871cfa9d2127908cb1373578dc0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Mon, 18 Jul 2022 12:38:52 -0400 Subject: In ast doc, update 'below' to 'above' (#94967) The included asdl file was moved from 'below' to 'above' in 3.9. --- Doc/library/ast.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 7ad2102..6a9c23a 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -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 `. They are defined in the :mod:`_ast` C + :ref:`above `. 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 -- cgit v0.12