Skip to content

Commit f32d5e4

Browse files
committed
Python: typo
1 parent efcdb3e commit f32d5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/consistency-queries/DataFlowConsistency.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private module Input implements InputSig<PythonDataFlow> {
7373
}
7474

7575
predicate multipleArgumentCallExclude(ArgumentNode arg, DataFlowCall call) {
76-
// since we can have multiple DataFlowCall for a CallNode (for example if can
76+
// since we can have multiple DataFlowCall for a CallNode (for example if it can
7777
// resolve to multiple functions), but we only make _one_ ArgumentNode for each
7878
// argument in the CallNode, we end up violating this consistency check in those
7979
// cases. (see `getCallArg` in DataFlowDispatch.qll)

0 commit comments

Comments
 (0)