Browse Source

formatting

Dave Schuyler 21 years ago
parent
commit
fccd4f5b8e
2 changed files with 3 additions and 3 deletions
  1. 1 1
      direct/src/fsm/ClassicFSM.py
  2. 2 2
      direct/src/gui/DirectGuiBase.py

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

@@ -76,7 +76,7 @@ class ClassicFSM(DirectObject):
         return self.__str__()
 
     def __str__(self):
-        """__str__(self)
+        """
         Print out something useful about the fsm
         """
         currentState = self.getCurrentState()

+ 2 - 2
direct/src/gui/DirectGuiBase.py

@@ -221,8 +221,8 @@ class DirectGuiBase(PandaObject.PandaObject):
                 
     def initialiseoptions(self, myClass):
         """
-        initialiseoptions(myClass) - call all initialisation functions
-        to initialize widget options to default of keyword value
+        Call all initialisation functions to initialize widget 
+        options to default of keyword value
         """
         # This is to make sure this method class is only called by
         # the most specific class in the class hierarchy