mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
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.
|
||||
|
||||
Returns:
|
||||
The number of real seconds before the callback will be
|
||||
executed the first time.
|
||||
The created script (Script).
|
||||
|
||||
"""
|
||||
seconds = real_seconds_until(**kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue