Skip to content

Commit 752615f

Browse files
committed
Python: Fix doc for Expr::isDeletion
1 parent f870b21 commit 752615f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/Exprs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ class Name extends Name_ {
671671
v = this.getVariable()
672672
}
673673

674-
/** Whether this expression is a definition */
674+
/** Whether this expression is a deletion */
675675
predicate isDeletion() {
676676
py_expr_contexts(_, 2, this)
677677
}

0 commit comments

Comments
 (0)