From f1acd4b834564a8775961dd271e7b3a591295ee8 Mon Sep 17 00:00:00 2001 From: Omid Raha Date: Tue, 9 Feb 2016 09:51:16 +0330 Subject: [PATCH] Fixed typo of configuration --- docs/integrations/celery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/celery.rst b/docs/integrations/celery.rst index 052d34a6..7690c9ac 100644 --- a/docs/integrations/celery.rst +++ b/docs/integrations/celery.rst @@ -3,7 +3,7 @@ Celery `Celery `_ 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::