Minor
svn: r3939
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user