We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5a6b41 + 612ae26 commit 7e8387dCopy full SHA for 7e8387d
docs/source/example_helloworld.rst
@@ -43,7 +43,7 @@ Let's create a simple Hello world application, with one Label and one Button.
43
class HelloWorldScreen(GridLayout):
44
counter = NumericProperty(0)
45
def my_callback(self):
46
- print 'The button have been pushed'
+ print 'The button has been pushed'
47
self.counter += 1
48
49
class HelloWorldApp(App):
0 commit comments