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. be persistent.
Returns: Returns:
The number of real seconds before the callback will be The created script (Script).
executed the first time.
""" """
seconds = real_seconds_until(**kwargs) seconds = real_seconds_until(**kwargs)