Fixed typo of configuration

This commit is contained in:
Omid Raha 2016-02-09 09:51:16 +03:30
parent dfd81a538c
commit f1acd4b834
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::