svn: r3939
This commit is contained in:
Alex Roitman 2005-01-19 05:15:30 +00:00
parent d47d5e7f5a
commit 1a1df8a3e3
2 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -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()