Minor
svn: r3939
This commit is contained in:
parent
d47d5e7f5a
commit
1a1df8a3e3
@ -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