Skip to content

Commit 335be21

Browse files
yofftausbn
andauthored
Update docs/codeql/codeql-language-guides/using-api-graphs-in-python.rst
Co-authored-by: Taus <[email protected]>
1 parent 1447c23 commit 335be21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/using-api-graphs-in-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ local flow. To get just the *calls* to ``re.compile``, you can use ``asSource``
9898
``API::CallNode``, which deserves a small description of its own.
9999

100100
``API::CallNode``s are not ``API::Node``s. Instead they are ``DataFlow::Node``s with some convenience
101-
predicates that allows you to recover ``API::Node``s for the return value as well as for parameters
101+
predicates that allows you to recover ``API::Node``s for the return value as well as for arguments
102102
to the call. This enables you to constrain the call in various ways using the API graph. The following
103103
snippet finds all calls to ``re.compile`` where the ``pattern`` argument comes from parsing a command
104104
line argument using the ``argparse`` library.

0 commit comments

Comments
 (0)