doc: fix designing with kv

This commit is contained in:
Mathieu Virbel 2011-06-30 11:05:36 +02:00
parent ba7a7dabb6
commit 725c9fe9de
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ If you execute that application without kv, it will work... but nothing will be
showed on the screen. That's normal: `Controller` class have no widget in it,
it's just a Layout. We can now create a kv file and create the UI around the
`Controller` class in a file named `controller.kv`. The relation between the
previous file and the kv is described in the :class:`kivy.app.App` class. ::
previous file and the kv is described in the :class:`kivy.app.App` class.
.. include:: ../../../examples/guide/designwithkv/controller.kv
:literal: