We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bf750 commit afafaacCopy full SHA for afafaac
python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackerSpecific.qll
@@ -243,7 +243,7 @@ private module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
243
244
Node returnOf(Node callable, SummaryComponent return) {
245
return = FlowSummary::SummaryComponent::return() and
246
- // `result` should be the return value of a callable expresion (lambda or function) referenced by `callable`
+ // `result` should be the return value of a callable expression (lambda or function) referenced by `callable`
247
result.asCfgNode() =
248
callable.getALocalSource().asExpr().(CallableExpr).getInnerScope().getAReturnValueFlowNode()
249
}
0 commit comments