Skip to content

Commit

Permalink
Update slightly the doc (celery#3929)
Browse files Browse the repository at this point in the history
Just a small update to make the exemple more clear
  • Loading branch information
Tom 'Biwaa' Riat authored and auvipy committed Mar 25, 2017
1 parent 9399a16 commit b6ca6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/calling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ The API defines a standard set of execution options, as well as three methods:
- ``T.apply_async((arg,), {'kwarg': value})``

- ``T.apply_async(countdown=10)``
executes 10 seconds from now.
executes in 10 seconds from now.

- ``T.apply_async(eta=now + timedelta(seconds=10))``
executes 10 seconds from now, specified using ``eta``
executes in 10 seconds from now, specified using ``eta``

- ``T.apply_async(countdown=60, expires=120)``
executes in one minute from now, but expires after 2 minutes.
Expand Down

0 comments on commit b6ca6b6

Please sign in to comment.