Browse Source

changed comment

Dave Schuyler 22 years ago
parent
commit
d73bc5bbdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/fsm/FSM.py

+ 1 - 1
direct/src/fsm/FSM.py

@@ -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: