Skip to content

Commit afafaac

Browse files
committed
Python: Fix typo
1 parent b7bf750 commit afafaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/TypeTrackerSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
243243

244244
Node returnOf(Node callable, SummaryComponent return) {
245245
return = FlowSummary::SummaryComponent::return() and
246-
// `result` should be the return value of a callable expresion (lambda or function) referenced by `callable`
246+
// `result` should be the return value of a callable expression (lambda or function) referenced by `callable`
247247
result.asCfgNode() =
248248
callable.getALocalSource().asExpr().(CallableExpr).getInnerScope().getAReturnValueFlowNode()
249249
}

0 commit comments

Comments
 (0)