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