Skip to content

Commit 1e79091

Browse files
authored
Python: Fix typo
1 parent 32062d8 commit 1e79091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/dataflow/new/internal/LocalSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class LocalSourceNode extends Node {
4141
// unable to track across global variables.
4242
//
4343
// Once the `track` and `backtrack` methods have been fully deprecated, this disjunct can be
44-
// removed, and the entire class can extend `ExprNode`. At that point, `TypeTrackerNode` should
44+
// removed, and the entire class can extend `ExprNode`. At that point, `TypeTrackingNode` should
4545
// be used for type tracking instead of `LocalSourceNode`.
4646
this instanceof ModuleVariableNode
4747
or

0 commit comments

Comments
 (0)