Python: Fix doc for Expr::isDeletion

This commit is contained in:
Rasmus Wriedt Larsen
2019-09-24 16:54:35 +02:00
parent f870b21d2f
commit 752615fb56

View File

@@ -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)
}