Changeset 102 for trunk

Show
Ignore:
Timestamp:
09/23/08 02:18:20 (4 years ago)
Author:
lgs
Message:

Fix stupid typo in the str method of a Pie Chart. Patch by Stephane Wirtel

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pie.py

    r97 r102  
    178178    def __str__(self): 
    179179        return ("<pycha.pie.Slice from %.2f to %.2f (%.2f%%)>" % 
    180                 (self.startAngle, self.endAngle, self.fraction) 
     180                (self.startAngle, self.endAngle, self.fraction)) 
    181181 
    182182    def isBigEnough(self):