Fixes grammar, I think?

This commit is contained in:
Maximilian Giller 2022-08-05 22:14:33 +02:00 committed by GitHub
parent 07aeb8d9bf
commit 5a7d4e04fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())