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 aa911fa2b6f64fc02eb779102b1f4e58b662715c..9a1aa56adda6b9fc69727a34bdd72668f63e16eb 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
 
 
     """