Skip to content

Commit 60eec7b

Browse files
tausbnRasmusWL
andauthored
Python: Update python/ql/src/experimental/dataflow/internal/Attributes.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
1 parent d46453c commit 60eec7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/dataflow/internal/Attributes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ abstract class AttrRef extends Node {
1717
abstract Node getObject();
1818

1919
/**
20-
* Gets the expression control flow node that defines the attribute being accessed. This is
20+
* Gets the expression node that defines the attribute being accessed, if any. This is
2121
* usually an identifier or literal.
2222
*/
2323
abstract ExprNode getAttributeNameExpr();

0 commit comments

Comments
 (0)