From 725c9fe9dec13e99e539d5db7a4654f4840e09dc Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 30 Jun 2011 11:05:36 +0200 Subject: [PATCH] doc: fix designing with kv --- doc/sources/guide/designwithkv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/guide/designwithkv.rst b/doc/sources/guide/designwithkv.rst index 4d5a1f8a9..a7eb8bde0 100644 --- a/doc/sources/guide/designwithkv.rst +++ b/doc/sources/guide/designwithkv.rst @@ -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: