docs: fix ast node link

(cherry picked from commit cff5df0779)
This commit is contained in:
james
2020-01-08 15:30:04 +00:00
parent a974bccd62
commit 97d3d1fca3

View File

@@ -158,7 +158,7 @@ Summary
The most commonly used standard classes in the syntactic part of the library are organized as follows:
``Module``, ``Class``, ``Function``, ``Stmt``, and ``Expr`` - they are all subclasses of `AstNode <https://help.semmle.com/qldoc/python/semmle/python/AST.qll/type.AST$AstNode.html>`__.
``Module``, ``Class``, ``Function``, ``Stmt``, and ``Expr`` - they are all subclasses of `AstNode <https://help.semmle.com/qldoc/python/semmle/python/AstExtended.qll/type.AstExtended$AstNode.html>`__.
Abstract syntax tree
''''''''''''''''''''