docs: typo in db.delete (#26464)
This commit is contained in:
parent
c353aae012
commit
a1bd916cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -1268,7 +1268,7 @@ class Database:
|
|||
|
||||
def delete(self, doctype: str, filters: dict | list | None = None, debug=False, **kwargs):
|
||||
"""Delete rows from a table in site which match the passed filters. This
|
||||
does trigger DocType hooks. Simply runs a DELETE query in the database.
|
||||
does not trigger DocType hooks. Simply runs a DELETE query in the database.
|
||||
|
||||
Doctype name can be passed directly, it will be pre-pended with `tab`.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue