X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml%2Fimpl.py;fp=bulletml%2Fimpl.py;h=f7edd5a458d05ca0399a70e3ac7ce4f1549f70d3;hp=8ef78abd7f0863f65fb379f812809e9bfdfde92e;hb=4c9526a453f57e54c603dcad10d2346d06b69fe4;hpb=ee9429c2c319d5d794e49da7b0fe13fca9945194 diff --git a/bulletml/impl.py b/bulletml/impl.py index 8ef78ab..f7edd5a 100644 --- a/bulletml/impl.py +++ b/bulletml/impl.py @@ -166,7 +166,7 @@ class Bullet(object): def __repr__(self): return ("%s(%r, %r, accel=%r, direction=%r, speed=%r, " - "actions=%r, target=%r, appearance=vanished=%r)") % ( + "actions=%r, target=%r, appearance=%r, vanished=%r)") % ( type(self).__name__, self.x, self.y, (self.mx, self.my), self.direction, self.speed, self.actions, self.target, self.appearance, self.vanished)