doc: revisions to doc/sources/gettingstartedf/events.rs

This commit is contained in:
Zen-CODE 2014-03-11 10:32:16 +02:00
parent b71ec12e0f
commit b0e83bbdd5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ by events.
:class: gs-eleft
The :doc:`/api-kivy.clock` allows you to schedule a function call in the
future, as a one-time event with :meth:`~kivy.clock.ClockBase.schedule_once`,
future as a one-time event with :meth:`~kivy.clock.ClockBase.schedule_once`,
or as a repetitive event with :meth:`~kivy.clock.ClockBase.schedule_interval`.
You can also create Triggered events with