Merge pull request #34 from paltman/master

Minor grammar fix
This commit is contained in:
Jannis Leidel 2013-09-11 23:47:38 -07:00
commit f90b69d54a

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