From b0e83bbdd5f6bb2e10a436ebb2686c576d2eace9 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Tue, 11 Mar 2014 10:32:16 +0200 Subject: [PATCH] doc: revisions to doc/sources/gettingstartedf/events.rs --- doc/sources/gettingstarted/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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