changed comment

This commit is contained in:
Dave Schuyler 2004-04-23 03:51:28 +00:00
parent 9bd3e99d5c
commit d73bc5bbdc

View File

@ -247,7 +247,7 @@ class FSM(DirectObject.DirectObject):
return self.__str__() return self.__str__()
def __str__(self): def __str__(self):
"""__str__(self) """
Print out something useful about the fsm Print out something useful about the fsm
""" """
if self.state: if self.state: