summaryrefslogtreecommitdiff
path: root/django/db/models/base.py
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-04-30 14:27:29 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-04-30 14:27:29 +0000
commit7fa7bed911041a7ec25e9fbe82e9761a2004eda4 (patch)
tree0a437f34fae65a9accc6f2393e3f42af1b85f734 /django/db/models/base.py
parent4e97d7f8e4acddb2b33d0a1e8bca721ae63d7d7c (diff)
Fixed #13449 -- Corrected typo in comment. Thanks stephaner.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/db/models/base.py')
-rw-r--r--django/db/models/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/base.py b/django/db/models/base.py
index d8c4a7efd1..a65fd70302 100644
--- a/django/db/models/base.py
+++ b/django/db/models/base.py
@@ -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