Skip to content

Commit 96f37c9

Browse files
authored
Apply suggestions from code review
1 parent 1da1d92 commit 96f37c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Functions in Python
22
===================
33

4-
Functions are key building blocks of Python code bases. You can find functions and identify calls to them using syntactic classes from the standard CodeQL library.
4+
Functions are key building blocks of Python code bases. You can use syntactic classes from the standard CodeQL library to find functions and identify calls to them.
55

66
These examples use the standard CodeQL class `Function <https://help.semmle.com/qldoc/python/semmle/python/Function.qll/type.Function$Function.html>`__. For more information, see ":doc:`Introducing the Python libraries <introduce-libraries-python>`."
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is an overview of the extensive library you use to analyze databases genera
66
About the CodeQL library for Python
77
-----------------------------------
88

9-
The CodeQL library for each programming language uses classes with abstractions and predicates to present data in an object-oriented form. This abstraction makes it easier for you to write queries.
9+
The CodeQL library for each programming language uses classes with abstractions and predicates to present data in an object-oriented form.
1010

1111
Each CodeQL library is implemented as a set of QL modules, that is, files with the extension ``.qll``. The module ``python.qll`` imports all the core Python library modules, so you can include the complete library by beginning your query with:
1212

0 commit comments

Comments
 (0)