mirror of https://github.com/kivy/kivy.git
Doc: spelling fix in guide/events.rst
This commit is contained in:
parent
7f78098bb7
commit
3674876fbf
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue