Bullet: Fix docstring.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 20 Mar 2010 07:02:16 +0000 (00:02 -0700)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sat, 20 Mar 2010 07:02:16 +0000 (00:02 -0700)
bulletml/impl.py

index aa911fa..9a1aa56 100644 (file)
@@ -284,7 +284,7 @@ class Bullet(object):
     Contructor Arguments:
     x, y, direction, speed, target, rank - same as the attributes
     actions - internal action list
-    parent - parent of actions, None for manually-created bullets
+    Action - custom Action constructor
 
 
     """