Error in get_repr
svn: r19942
This commit is contained in:
parent
40e1821d12
commit
ff8a9fbbba
@ -398,7 +398,7 @@ class Span(object):
|
||||
3 = at most three items of signifance (year, month, day)
|
||||
"""
|
||||
self.precision = precision
|
||||
return self.__repr__(self, as_age)
|
||||
return self.get_repr(as_age)
|
||||
|
||||
def _format(self, diff_tuple):
|
||||
if diff_tuple == (-1, -1, -1): return _("unknown")
|
||||
|
Loading…
Reference in New Issue
Block a user