mirror of https://github.com/kivy/kivy.git
land ids example fix typo
This commit is contained in:
parent
18ff675879
commit
6e072a0aea
|
@ -298,7 +298,7 @@ There is a simpler way to access the ids as defined in the kv language for examp
|
|||
|
||||
In your python code::
|
||||
|
||||
class MyButtHurts(BoxLayout):
|
||||
class MyBumHurts(BoxLayout):
|
||||
|
||||
def polite_smack(self):
|
||||
self.ids.gentle_pats_are_good.text = 'I like!, be gentle.'
|
||||
|
|
Loading…
Reference in New Issue