diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-02-13 06:07:55 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-02-13 06:07:55 +0000 |
| commit | f41e2b78377f84d8fd65317c77f355aec4dbe468 (patch) | |
| tree | d36ee997e251c8e3673705b72812fdff511bcd8d /django/db/models/__init__.py | |
| parent | ba9649f966e7bf9c1f0cea7fac2bb991beb600b5 (diff) | |
Updated [4497] to use something closer to the English language in the comment.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4498 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/db/models/__init__.py')
| -rw-r--r-- | django/db/models/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/__init__.py b/django/db/models/__init__.py index 47057e306f..13832f95a3 100644 --- a/django/db/models/__init__.py +++ b/django/db/models/__init__.py @@ -51,7 +51,7 @@ class LazyDate(object): def __getattr__(self, attr): if attr == 'delta': - # To fix ticket #3377. Note that normal access to LazyDate.delta + # To fix ticket #3377. Note that normal accesses to LazyDate.delta # (after construction) will still work, because they don't go # through __getattr__). This is mainly needed for unpickling. raise AttributeError |
