Merge pull request #382 from emanuele/patch-3

docs: typo
This commit is contained in:
Mathieu Virbel 2012-01-23 02:17:59 -08:00
commit 9629f70462
1 changed files with 1 additions and 1 deletions

View File

@ -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