doc: revisions to examples

This commit is contained in:
Zen-CODE 2015-03-23 22:56:34 +02:00
parent 723ae617c0
commit 0b983ed0bf
1 changed files with 1 additions and 1 deletions

View File

@ -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.
'''