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

Skip to content

Commit e072864

Browse files
yofftausbn
andauthored
Apply suggestions from code review
Co-authored-by: Taus <[email protected]>
1 parent 5a652ab commit e072864

2 files changed

Lines changed: 2 additions & 2 deletions

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
@@ -148,7 +148,7 @@ module EssaFlow {
148148
contextManager.strictlyDominates(var)
149149
)
150150
or
151-
// Paramter definition
151+
// Parameter definition
152152
// `def foo(x):`
153153
// nodeFrom is `x`, cfgNode
154154
// nodeTo is `x`, essa var

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ newtype TNode =
6464
/**
6565
* A synthetic node representing that an iterable sequence flows to consumer.
6666
*/
67-
TIterableSequence(UnpackingAssignmentTarget consumer) { consumer instanceof SequenceNode } or
67+
TIterableSequence(UnpackingAssignmentSequenceTarget consumer) or
6868
/**
6969
* A synthetic node representing that there may be an iterable element
7070
* for `consumer` to consume.

0 commit comments

Comments
 (0)