Update doc/sources/tutorials/pong.rst

This commit is contained in:
Florent Paterno 2012-05-28 17:12:12 +03:00
parent 6234065a5f
commit 3d78acab51
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ After that, we define one rule that is applied to any PongGame instance::
<PongGame>:
...
Like python, kv files use indendtation to define nested blocks. A block defined
Like python, kv files use indentation to define nested blocks. A block defined
with a class name inside the ``<`` and ``>`` charachters is a
:class:`~kivy.uix.widget.Widget` rule, it will be applied to any instance of
the named class. If you replaced ``PongGame`` with Widget in our example, all