Skip to content

Commit 7d086b2

Browse files
yoffRasmusWL
andauthored
Update python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
1 parent 19796a4 commit 7d086b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ abstract class DataFlowCall extends TDataFlowCall {
565565
}
566566

567567
/**
568-
* Represents a call to a callable (currently only callable values).
568+
* Represents a call to a function/lambda.
569569
* This excludes calls to bound methods, classes, and special methods.
570570
* Bound method calls and class calls insert an argument for the explicit
571571
* `self` parameter, and special method calls have special argument passing.

0 commit comments

Comments
 (0)