mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-29 11:04:47 +00:00
fix typos in core docstrings
This commit is contained in:
parent
684b167d11
commit
1818cbe553
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ class Admin2(object):
|
|||
|
||||
def deregister(self, model):
|
||||
"""
|
||||
De-registers the given model.
|
||||
Deregisters the given model.
|
||||
|
||||
If the model is not already registered, this will raise ImproperlyConfigured.
|
||||
"""
|
||||
|
|
@ -52,7 +52,7 @@ class Admin2(object):
|
|||
|
||||
def autodiscover(self):
|
||||
"""
|
||||
Auto-discovers all admin2.py modules for apps in INSTALLED_APPS by
|
||||
Autodiscovers all admin2.py modules for apps in INSTALLED_APPS by
|
||||
trying to import them.
|
||||
"""
|
||||
for app_name in [x for x in settings.INSTALLED_APPS]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue