mirror of https://github.com/kivy/kivy.git
commit
9629f70462
|
@ -70,7 +70,7 @@ like in the next frame, or in X seconds::
|
|||
|
||||
This will call ``my_calback`` 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 valus for the second argument:
|
||||
achieve some other results with special values for the second argument:
|
||||
|
||||
- If X is greater than 0, the callback will be called in X seconds
|
||||
- If X is 0, the callback will be called after the next frame
|
||||
|
|
Loading…
Reference in New Issue