From 1e87a9803c76128eec0c4a8f895f163682c8591e Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Sun, 26 Jan 2014 14:41:03 +0530 Subject: [PATCH] Correct description comment, add a line break --- examples/application/app_with_kv_in_template1.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/application/app_with_kv_in_template1.py b/examples/application/app_with_kv_in_template1.py index 688a4d466..deccb1580 100644 --- a/examples/application/app_with_kv_in_template1.py +++ b/examples/application/app_with_kv_in_template1.py @@ -4,7 +4,8 @@ Application from a .kv The root application is created from the corresponding .kv. Check the test.kv file to see what will be the root widget. -This example show how you can change the directory where the .kv live. + +This example shows how you can change the directory where the .kv lives. ''' import kivy