Merge pull request #2610 from jf205/python-link

docs: fix link in Python topic
This commit is contained in:
shati-patel
2020-01-08 15:48:37 +00:00
committed by GitHub

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
''''''''''''''''''''