Update the documentation for the schedule() function
This commit is contained in:
parent
753bd35226
commit
c05a0a58bf
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue