Minor
svn: r3939
This commit is contained in:
parent
69b77f46a8
commit
b818a15850
@ -128,8 +128,8 @@ class DateDisplayES(DateDisplay):
|
||||
|
||||
def display(self,date):
|
||||
"""
|
||||
Returns a text string representing the date.
|
||||
"""
|
||||
Returns a text string representing the date.
|
||||
"""
|
||||
mod = date.get_modifier()
|
||||
cal = date.get_calendar()
|
||||
qual = date.get_quality()
|
||||
|
@ -122,8 +122,8 @@ class DateDisplayFR(DateDisplay):
|
||||
|
||||
def display(self,date):
|
||||
"""
|
||||
Returns a text string representing the date.
|
||||
"""
|
||||
Returns a text string representing the date.
|
||||
"""
|
||||
mod = date.get_modifier()
|
||||
cal = date.get_calendar()
|
||||
qual = date.get_quality()
|
||||
|
Loading…
Reference in New Issue
Block a user