Skip to content

Commit 612ae26

Browse files
author
Erik Sjöström
committed
Changed a tiny grammatical error
1 parent 2180e80 commit 612ae26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/example_helloworld.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Let's create a simple Hello world application, with one Label and one Button.
4343
class HelloWorldScreen(GridLayout):
4444
counter = NumericProperty(0)
4545
def my_callback(self):
46-
print 'The button have been pushed'
46+
print 'The button has been pushed'
4747
self.counter += 1
4848

4949
class HelloWorldApp(App):

0 commit comments

Comments
 (0)