Skip to content

Commit 552d2ed

Browse files
authored
Correction one more mention of tutorials
1 parent f8c8761 commit 552d2ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/language/learn-ql/python/control-flow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Example finding mutually exclusive blocks within the same function
109109
)
110110
select b1, b2
111111
112-
➤ `See this in the query console <https://lgtm.com/query/671000028/>`__. This typically gives a very large number of results, because it is a common occurrence in normal control flow. It is, however, an example of the sort of control-flow analysis that is possible. Control-flow analyses such as this are an important aid to data flow analysis which is covered in the next tutorial.
112+
➤ `See this in the query console <https://lgtm.com/query/671000028/>`__. This typically gives a very large number of results, because it is a common occurrence in normal control flow. It is, however, an example of the sort of control-flow analysis that is possible. Control-flow analyses such as this are an important aid to data flow analysis. For more information, see :doc:`Analyzing data flow and tracking tainted data in Python <taint-tracking>`.
113113

114114
Further reading
115115
---------------

0 commit comments

Comments
 (0)