Skip to content

Commit d4fa14a

Browse files
authored
Merge pull request github#2030 from jf205/python-docs-fixes
Learn QL: QL for Python doc fixes for 1.22
2 parents 18a52c3 + 94d876e commit d4fa14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
----------------------------------------------------

docs/language/learn-ql/python/statements-expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ An ``if`` statement where one branch is composed of just ``pass`` statements cou
7272
7373
To find statements like this we can run the following query:
7474

75-
**Find ``if`` statements with empty branches**
75+
**Find 'if' statements with empty branches**
7676

7777
.. code-block:: ql
7878

0 commit comments

Comments
 (0)