From f41e2b78377f84d8fd65317c77f355aec4dbe468 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Tue, 13 Feb 2007 06:07:55 +0000 Subject: [PATCH] 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 --- django/db/models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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