Changeset 552

Show
Ignore:
Timestamp:
12/09/07 14:55:22 (16 years ago)
Author:
jerome
Message:

Fixed docstring.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/bj.py

    r545 r552  
    3333    """A parser for Canon BJ documents.""" 
    3434    def isValid(self) :         
    35         """Returns True if data is DVI, else False.""" 
     35        """Returns True if data is BJ/BJC, else False.""" 
    3636        if self.firstblock.startswith("\033[K\002\000") : 
    3737            self.logdebug("DEBUG: Input file is in the Canon BJ format.")