Skip to content

Commit d096644

Browse files
committed
Python docs: Fix typos and rst formatting issue.
1 parent dafed6b commit d096644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Type-inference classes
295295

296296
The QL library for Python also supplies some classes for accessing the inferred types of values. The classes ``Value`` and ``ClassValue`` allow you to query the possible classes that an expression may have at runtime. For example, which ``ClassValue``\ s are iterable can be determined using the query:
297297

298-
**Find iterable ``ClassValue``\ s**
298+
**Find iterable "ClassValue"s**
299299

300300
.. code-block:: ql
301301
@@ -321,7 +321,7 @@ These classes are explained in more detail in :doc:`Tutorial: Points-to analysis
321321
Taint-tracking classes
322322
----------------------
323323

324-
The QL library for Python also supplies classes to specify taint-tracking analyses. The ``Configuration`` class can be overrridden to specify a taint-tracking analysis, by specifying source, sinks, sanitizers adn additional flwo steps. For those analyses that require additional types of taint to be tracked the ``TaintKind`` class can be overridden.
324+
The QL library for Python also supplies classes to specify taint-tracking analyses. The ``Configuration`` class can be overrridden to specify a taint-tracking analysis, by specifying source, sinks, sanitizers and additional flow steps. For those analyses that require additional types of taint to be tracked the ``TaintKind`` class can be overridden.
325325

326326

327327
Summary

0 commit comments

Comments
 (0)