Changeset 621

Show
Ignore:
Timestamp:
03/31/05 23:29:47 (19 years ago)
Author:
jerome
Message:

Incorrect docstrings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tea4cups/trunk/tea4cups

    r615 r621  
    183183         
    184184    def job_attributes_tag(self) :  
    185         """Indicates that the parser enters into an operation-attributes-tag group.""" 
     185        """Indicates that the parser enters into a job-attributes-tag group.""" 
    186186        return self.parseTag() 
    187187         
    188188    def printer_attributes_tag(self) :  
    189         """Indicates that the parser enters into an operation-attributes-tag group.""" 
     189        """Indicates that the parser enters into a printer-attributes-tag group.""" 
    190190        return self.parseTag() 
    191191