Apply suggestions from code review

This commit is contained in:
Felicity Chapman
2020-02-20 12:32:18 +00:00
committed by GitHub
parent 1da1d92170
commit 96f37c910b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Functions in Python
===================
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.
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.
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>`."

View File

@@ -6,7 +6,7 @@ This is an overview of the extensive library you use to analyze databases genera
About the CodeQL library for Python
-----------------------------------
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.
The CodeQL library for each programming language uses classes with abstractions and predicates to present data in an object-oriented form.
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: