Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flupke committed Oct 14, 2014
1 parent bbed109 commit aa8dab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions callbacks.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Callbacks and Errbacks
======================

All tasks accept a ``callback`` and ``errback`` argument, that allows to
specify a HTTP endpoint that will be called when the task is complete.
All tasks accept a ``url_callback`` and ``url_errback`` argument, that allows
to specify a HTTP endpoint that will be called when the task is complete.

This alleviates the need to poll :http:method:`v2_status` to check if a task
was completed and simplifies asynchronous code if you need to queue many tasks
Expand Down

0 comments on commit aa8dab1

Please sign in to comment.