From 5e02b6fa5284783edb71dc089cc9f1e7057bb64c Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Mon, 26 Jan 2015 15:17:23 +0000 Subject: [PATCH] Fixed comment syntax --- examples/miscellaneous/two_panes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/miscellaneous/two_panes.py b/examples/miscellaneous/two_panes.py index 9f2504310..5a2fcdde9 100644 --- a/examples/miscellaneous/two_panes.py +++ b/examples/miscellaneous/two_panes.py @@ -1,5 +1,5 @@ ''' -'Demonstrates using kv language to create some simple buttons and a +Demonstrates using kv language to create some simple buttons and a label, with each button modifying the label text. '''