Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 384d021

Browse files
yofftausbn
andauthored
Update python/ql/src/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
Co-authored-by: Taus <[email protected]>
1 parent 27fd46b commit 384d021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ module IterableUnpacking {
12601260
Expr getSource() { result = source }
12611261
}
12621262

1263-
/** The LHS of an assignemnt, it also records the assigned value. */
1263+
/** The LHS of an assignment, it also records the assigned value. */
12641264
class AssignmentTarget extends ControlFlowNode {
12651265
Expr value;
12661266

0 commit comments

Comments
 (0)