Skip to content

Commit 333c218

Browse files
committed
Update interactive.py
1 parent e838560 commit 333c218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kivy/interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
class MyApp(App):
2929
def build(self):
30-
return Button(test='Hello Shell')
30+
return Button(text='Hello Shell')
3131
3232
launcher = InteractiveLauncher(MyApp())
3333
launcher.run()

0 commit comments

Comments
 (0)