Skip to content

Commit

Permalink
Update task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dtheodor committed Apr 9, 2014
1 parent b355690 commit 547b253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/app/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class Task(object):
#: :setting:`CELERY_ACKS_LATE` setting.
acks_late = None

#: List/tuple of expected exceptions.
#: Tuple of expected exceptions.
#:
#: These are errors that are expected in normal operation
#: and that should not be regarded as a real error by the worker.
Expand Down

0 comments on commit 547b253

Please sign in to comment.