We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b407312 commit 7b617beCopy full SHA for 7b617be
Doc/library/ast.rst
@@ -45,7 +45,7 @@ Node classes
45
46
This is the base of all AST node classes. The actual node classes are
47
derived from the :file:`Parser/Python.asdl` file, which is reproduced
48
- :ref:`below <abstract-grammar>`. They are defined in the :mod:`_ast` C
+ :ref:`above <abstract-grammar>`. They are defined in the :mod:`_ast` C
49
module and re-exported in :mod:`ast`.
50
51
There is one class defined for each left-hand side symbol in the abstract
0 commit comments