Add missing word to Admin2 docstring.

This commit is contained in:
Raphael Kimmig 2013-05-18 22:40:35 +02:00
parent a45f586e7f
commit 684b167d11

View file

@ -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]