Skip to content

Commit 1da1d92

Browse files
authored
Update intro for library overview topic
Based on suggestions from James and Shati
1 parent 552d2ed commit 1da1d92

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
CodeQL library for Python
22
=========================
33

4-
Overview of the extensive library you use to analyze databases generated from Python code bases. This library uses classes with abstractions and predicates to present the data in an object-oriented form. This abstraction makes it easier for you to write queries.
4+
This is an overview of the extensive library you use to analyze databases generated from Python code bases. Using this library makes it easier for you to write queries.
55

66
About the CodeQL library for Python
77
-----------------------------------
88

9-
The CodeQL library for each programming language 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:
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.
10+
11+
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:
1012

1113
.. code-block:: ql
1214

0 commit comments

Comments
 (0)