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 32062d8 commit 1e79091Copy full SHA for 1e79091
python/ql/src/semmle/python/dataflow/new/internal/LocalSources.qll
@@ -41,7 +41,7 @@ class LocalSourceNode extends Node {
41
// unable to track across global variables.
42
//
43
// 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
+ // removed, and the entire class can extend `ExprNode`. At that point, `TypeTrackingNode` should
45
// be used for type tracking instead of `LocalSourceNode`.
46
this instanceof ModuleVariableNode
47
or
0 commit comments