Skip to content

Commit e103527

Browse files
authored
Merge pull request #2610 from jf205/python-link
docs: fix link in Python topic
2 parents 308da07 + cff5df0 commit e103527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/python/introduce-libraries-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Summary
158158

159159
The most commonly used standard classes in the syntactic part of the library are organized as follows:
160160

161-
``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>`__.
161+
``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>`__.
162162

163163
Abstract syntax tree
164164
''''''''''''''''''''

0 commit comments

Comments
 (0)