Typo fix of -> off

This commit is contained in:
Don Kirkby 2014-11-29 16:18:04 -08:00
parent 56a1bf570b
commit 2cda9cef92
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ However, that still doesn't change the fact that we don't have a reference to th
:class:`ObjectProperty <kivy.properties.ObjectProperty>`
to the PongGame class, and hook it up to the widget created in
the kv rule. Once that's done, we can easily reference the ball property
inside the ``update`` method and even make it bounce of the edges::
inside the ``update`` method and even make it bounce off the edges::
class PongGame(Widget):
ball = ObjectProperty(None)