From 3d78acab51ec12027fcd41a8af423d73c0682133 Mon Sep 17 00:00:00 2001 From: Florent Paterno Date: Mon, 28 May 2012 17:12:12 +0300 Subject: [PATCH] Update doc/sources/tutorials/pong.rst --- doc/sources/tutorials/pong.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/tutorials/pong.rst b/doc/sources/tutorials/pong.rst index 40c30c23f..8ec690981 100644 --- a/doc/sources/tutorials/pong.rst +++ b/doc/sources/tutorials/pong.rst @@ -114,7 +114,7 @@ After that, we define one rule that is applied to any PongGame instance:: : ... -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