Fixes grammar, I think?
This commit is contained in:
parent
07aeb8d9bf
commit
5a7d4e04fb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def sample_job_every_5s():
|
|||
print "5s job current time : {}".format(time.ctime())
|
||||
|
||||
|
||||
# Added support of initial offset!
|
||||
# Added support for initial offset!
|
||||
@tl.job(interval=timedelta(seconds=10), offset=timedelta(hours=1))
|
||||
def sample_job_after_an_hour_every_10s():
|
||||
print "after an hour 10s job current time : {}".format(time.ctime())
|
||||
|
|
Loading…
Reference in a new issue