Fixed #13449 -- Corrected typo in comment. Thanks stephaner.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-04-30 14:27:29 +00:00
parent 4e97d7f8e4
commit 7fa7bed911
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ class Model(object):
def __init__(self, *args, **kwargs):
signals.pre_init.send(sender=self.__class__, args=args, kwargs=kwargs)
# Set up the storage for instane state
# Set up the storage for instance state
self._state = ModelState()
# There is a rather weird disparity here; if kwargs, it's set, then args