Update the documentation for the schedule() function

This commit is contained in:
Vincent Le Goff 2017-02-13 21:19:10 -08:00 committed by Griatch
parent 753bd35226
commit c05a0a58bf

View file

@ -242,8 +242,7 @@ def schedule(callback, repeat=False, **kwargs):
be persistent.
Returns:
The number of real seconds before the callback will be
executed the first time.
The created script (Script).
"""
seconds = real_seconds_until(**kwargs)