From 7412fc2824e72c40cfa6d90ea222febaa874e061 Mon Sep 17 00:00:00 2001 From: Patrick Altman Date: Wed, 11 Sep 2013 23:05:22 -0500 Subject: [PATCH] Minor grammar fix --- docs/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index 89a2470..35abbe1 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -49,7 +49,7 @@ Celery ------ Given Celery's way to load Django settings in worker processes you should -probably just add the following to the **begin** of your settings module:: +probably just add the following to the **beginning** of your settings module:: from configurations import importer importer.install()