Skip to content

Commit a7a6495

Browse files
committed
Python: ObjectAPI.qll: Fixes docstring
1 parent c7a2925 commit a7a6495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/objects/ObjectAPI.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Value extends TObject {
4444
PointsToInternal::pointsTo(result, _, this, _)
4545
}
4646

47-
/** Gets the origin AST node for this value. */
47+
/** Gets the origin CFG node for this value. */
4848
ControlFlowNode getOrigin() {
4949
result = this.(ObjectInternal).getOrigin()
5050
}

0 commit comments

Comments
 (0)