mirror of https://github.com/kivy/kivy.git
doc: revisions to examples
This commit is contained in:
parent
723ae617c0
commit
0b983ed0bf
|
@ -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.
|
||||
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue