Python: typo

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-06 21:25:18 +01:00
parent efcdb3e67e
commit f32d5e422d

View File

@@ -73,7 +73,7 @@ private module Input implements InputSig<PythonDataFlow> {
}
predicate multipleArgumentCallExclude(ArgumentNode arg, DataFlowCall call) {
// since we can have multiple DataFlowCall for a CallNode (for example if can
// since we can have multiple DataFlowCall for a CallNode (for example if it can
// resolve to multiple functions), but we only make _one_ ArgumentNode for each
// argument in the CallNode, we end up violating this consistency check in those
// cases. (see `getCallArg` in DataFlowDispatch.qll)