summaryrefslogtreecommitdiffstats
path: root/Doc/library/ast.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2022-07-18 16:38:52 (GMT)
committerGitHub <noreply@github.com>2022-07-18 16:38:52 (GMT)
commit7b617be4ab6df871cfa9d2127908cb1373578dc0 (patch)
tree921771ab9d57f9e14196dc1ca1a8f1e35bbc9da7 /Doc/library/ast.rst
parentb407312a24f12de76a928394099decd64f6049a6 (diff)
downloadcpython-7b617be4ab6df871cfa9d2127908cb1373578dc0.zip
cpython-7b617be4ab6df871cfa9d2127908cb1373578dc0.tar.gz
cpython-7b617be4ab6df871cfa9d2127908cb1373578dc0.tar.bz2
In ast doc, update 'below' to 'above' (#94967)
The included asdl file was moved from 'below' to 'above' in 3.9.
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r--Doc/library/ast.rst2
1 files changed, 1 insertions, 1 deletions
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 <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