Doc: spelling fix in guide/events.rst

This commit is contained in:
Even Wiik Thomassen 2013-08-14 23:24:28 +02:00
parent 7f78098bb7
commit 3674876fbf
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ like in the next frame, or in X seconds::
print 'My callback is called !'
Clock.schedule_once(my_callback, 1)
This will call ``my_calback`` in one second. The second argument is the amount
This will call ``my_callback`` in one second. The second argument is the amount
of time to wait before calling the function, in seconds. However, you can
achieve some other results with special values for the second argument: