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