From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:46:26 +0000 (-0700) Subject: In ast doc, update 'below' to 'above' (GH-94967) X-Git-Tag: v3.11.0b5~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37ec0bdf16006e4a1eaaae60ca40201f55a3240a;p=thirdparty%2FPython%2Fcpython.git 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 7b617be4ab6df871cfa9d2127908cb1373578dc0) Co-authored-by: Terry Jan Reedy --- diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index b10aa7cd50d1..041a099b2043 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