Skip to content

Commit 82da8b9

Browse files
Fix typo
1 parent f10d007 commit 82da8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ class CallCfgNode extends CfgNode, LocalSourceNode {
223223
/** Gets the data-flow node corresponding to the first tuple (*) argument of the call corresponding to this data-flow node, if any. */
224224
Node getStarArg() { result.asCfgNode() = node.getStarArg() }
225225

226-
/** Gets tje data-flow node corresponding to a dictionary (**) argument of the call corresponding to this data-flow node, if any. */
226+
/** Gets the data-flow node corresponding to a dictionary (**) argument of the call corresponding to this data-flow node, if any. */
227227
Node getKwargs() { result.asCfgNode() = node.getKwargs() }
228228
}
229229

0 commit comments

Comments
 (0)