From 0b983ed0bf141ea6289ce0c50b3aa504b3a6d7e2 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Mon, 23 Mar 2015 22:56:34 +0200 Subject: [PATCH] doc: revisions to examples --- examples/application/app_with_kv_in_template1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/application/app_with_kv_in_template1.py b/examples/application/app_with_kv_in_template1.py index 9cc91d5bb..ba5d76123 100644 --- a/examples/application/app_with_kv_in_template1.py +++ b/examples/application/app_with_kv_in_template1.py @@ -8,7 +8,7 @@ should see "Hello from template1/test.ky" as a button. As kivy instantiates the TestApp subclass of App, the variable kv_directory is set. Kivy then implicitly searches for a .kv file matching the name of the subclass in that directory, finding the file template1/test.kv. That -file contains a root of class Widget. +file contains the root widget. '''