Merge pull request #733 from omidraha/patch-1

Fixed typo of configuration
This commit is contained in:
David Cramer 2016-02-08 22:22:22 -08:00
commit 8979cacf6c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Celery
`Celery <http://www.celeryproject.org/>`_ is a distributed task queue
system for Python built on AMQP principles. For Celery built-in support
by Raven is provided but it requires some manual configuraiton.
by Raven is provided but it requires some manual configuration.
To capture errors, you need to register a couple of signals to hijack
Celery error handling::