mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Python: Fix doc for Expr::isDeletion
This commit is contained in:
@@ -671,7 +671,7 @@ class Name extends Name_ {
|
||||
v = this.getVariable()
|
||||
}
|
||||
|
||||
/** Whether this expression is a definition */
|
||||
/** Whether this expression is a deletion */
|
||||
predicate isDeletion() {
|
||||
py_expr_contexts(_, 2, this)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user