Kaydet (Commit) f41e2b78 authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

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
üst ba9649f9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment