Skip to content

Commit af1bfb2

Browse files
authored
Merge pull request github#2025 from RasmusWL/python-fix-example-link
Learn QL: Fix query link in Python Points-to tutorial
2 parents 2424017 + c6c565b commit af1bfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/python/pointsto-type-infer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Many of the results shown will have ``cls`` as ``NoneType``. It is more informat
173173
not cls.hasAttribute("__iter__")
174174
select loop, cls, origin
175175
176-
➤ `See this in the query console <https://lgtm.com/query/6718356557331218618/>`__. This reports the same results, but with a third column showing the source of the ``None`` values.
176+
➤ `See this in the query console <https://lgtm.com/query/3795352249440053606/>`__. This reports the same results, but with a third column showing the source of the ``None`` values.
177177

178178
Finding calls using call-graph analysis
179179
----------------------------------------------------

0 commit comments

Comments
 (0)