Skip to content

Commit

Permalink
Tasks Userguide: Fixes typo self.retry -> add.retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Apr 25, 2011
1 parent 3de4753 commit 6c6b5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ You can also provide the `countdown` argument to
try:
...
except Exception, exc:
self.retry(exc=exc, countdown=60) # override the default and
# retry in 1 minute
add.retry(exc=exc, countdown=60) # override the default and
# retry in 1 minute
.. _task-options:

Expand Down

0 comments on commit 6c6b5f5

Please sign in to comment.