Minor grammar fix

This commit is contained in:
Patrick Altman 2013-09-11 23:05:22 -05:00
parent cd97138a8b
commit 7412fc2824

View file

@ -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()