Skip to content

Commit 7e8387d

Browse files
committed
Merge pull request kivy#245 from metalgeek/patch-1
Fixed a tiny grammatical error
2 parents a5a6b41 + 612ae26 commit 7e8387d

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)