summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/admin/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/options.py b/django/contrib/admin/options.py
index e6d4ae12bb..6c6ee8cee7 100644
--- a/django/contrib/admin/options.py
+++ b/django/contrib/admin/options.py
@@ -561,7 +561,7 @@ class BaseModelAdmin(metaclass=forms.MediaDefiningClass):
def has_delete_permission(self, request, obj=None):
"""
- Return True if the given request has permission to change the given
+ Return True if the given request has permission to delete the given
Django model instance, the default implementation doesn't examine the
`obj` parameter.