projects
/
python-bulletml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0153a3d
)
Bullet: Fix docstring.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 20 Mar 2010 07:02:16 +0000
(
00:02
-0700)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 20 Mar 2010 07:02:16 +0000
(
00:02
-0700)
bulletml/impl.py
patch
|
blob
|
history
diff --git
a/bulletml/impl.py
b/bulletml/impl.py
index aa911fa2b6f64fc02eb779102b1f4e58b662715c..9a1aa56adda6b9fc69727a34bdd72668f63e16eb 100644
(file)
--- 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
"""