We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec4d55 commit 03d296aCopy full SHA for 03d296a
python/ql/src/semmle/python/pointsto/PointsTo.qll
@@ -924,7 +924,7 @@ module InterProceduralPointsTo {
924
origin = def.getDefiningNode()
925
}
926
927
- /** Holds if `call` in context `caller` calls into the function scope `func` in context `callee` and
+ /** Holds if `call` in context `caller` calls into the function scope `scope` in context `callee` and
928
* that the number of position arguments (including expansion of `*` argument) exceeds the number of positional arguments by
929
* `length` and that the excess arguments start at `start`.
930
*/
0 commit comments