mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-30 11:34:48 +00:00
Add missing word to Admin2 docstring.
This commit is contained in:
parent
a45f586e7f
commit
684b167d11
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class Admin2(object):
|
|||
"""
|
||||
De-registers the given model.
|
||||
|
||||
If the is not already registered, this will raise ImproperlyConfigured.
|
||||
If the model is not already registered, this will raise ImproperlyConfigured.
|
||||
"""
|
||||
try:
|
||||
del self.registry[model]
|
||||
|
|
|
|||
Loading…
Reference in a new issue