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