Skip to content

Commit b3feb4d

Browse files
RasmusWLyoff
andauthored
Update python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
Co-authored-by: yoff <[email protected]>
1 parent 9b0ad82 commit b3feb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ predicate comprehensionStoreStep(CfgNode nodeFrom, Content c, CfgNode nodeTo) {
848848
*/
849849
predicate attributeStoreStep(Node nodeFrom, AttributeContent c, Node nodeTo) {
850850
exists(Node object |
851-
// normally we target any PostUpdateNode. However, for class definitions the class
851+
// Normally we target a PostUpdateNode. However, for class definitions the class
852852
// is only constructed after evaluating its' entire scope, so in terms of python
853853
// evaluations there is no post or pre update nodes, just one node for the class
854854
// expression. Therefore we target the class expression directly.

0 commit comments

Comments
 (0)