From cf97c87c2002b53e81d155edf5939db09984bff8 Mon Sep 17 00:00:00 2001 From: Emanuele Olivetti Date: Mon, 23 Jan 2012 11:15:52 +0100 Subject: [PATCH] docs: typo --- doc/sources/guide/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/guide/events.rst b/doc/sources/guide/events.rst index baf217c9d..9a37aeb61 100644 --- a/doc/sources/guide/events.rst +++ b/doc/sources/guide/events.rst @@ -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