diff --git a/doc/sources/gettingstarted/events.rst b/doc/sources/gettingstarted/events.rst index bffc938fc..966e023cf 100644 --- a/doc/sources/gettingstarted/events.rst +++ b/doc/sources/gettingstarted/events.rst @@ -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