Skip to content

Commit 0f0dc3c

Browse files
jf205hubwriter
andauthored
Update docs/language/learn-ql/python/ql-for-python.rst
Co-Authored-By: Alistair <[email protected]>
1 parent a6cfdfe commit 0f0dc3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/language/learn-ql/python/ql-for-python.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
1919

2020
- :doc:`Functions in Python <functions>`: You can use syntactic classes from the standard CodeQL library to find Python functions and identify calls to them.
2121

22-
- :doc:`Expressions and statements in Python <statements-expressions>`: You can use syntactic classes from the CodeQL library to explore how Python expressions and statements are used in a code base.
22+
- :doc:`Expressions and statements in Python <statements-expressions>`: You can use syntactic classes from the CodeQL library to explore how Python expressions and statements are used in a codebase.
2323

2424
- :doc:`Analyzing control flow in Python <control-flow>`: You can write CodeQL queries to explore the control-flow graph of a Python program, for example, to discover unreachable code or mutually exclusive blocks of code.
2525

@@ -32,4 +32,4 @@ Further reading
3232

3333
- For examples of how to query common Python elements, see the `JavaScript cookbook <https://help.semmle.com/wiki/display/CBPython>`__.
3434
- For the queries used in LGTM, display a `Python query <https://lgtm.com/search?q=language%3APython&t=rules>`__ and click **Open in query console** to see the code used to find alerts.
35-
- For more information about the library for JavaScript see the `CodeQL library for Python <https://help.semmle.com/qldoc/python/>`__.
35+
- For more information about the library for JavaScript see the `CodeQL library for Python <https://help.semmle.com/qldoc/python/>`__.

0 commit comments

Comments
 (0)