From 978a7d7372a25f5d2e5d4401151e20fd913bdae0 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sat, 20 Mar 2010 00:02:16 -0700 Subject: [PATCH] Bullet: Fix docstring. --- bulletml/impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulletml/impl.py b/bulletml/impl.py index aa911fa..9a1aa56 100644 --- a/bulletml/impl.py +++ b/bulletml/impl.py @@ -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 """ -- 2.20.1