Fixed a minor spelling typo.

This commit is contained in:
Chris Streeter
2011-08-24 03:57:31 +08:00
committed by Jannis Leidel
parent 01e26481d5
commit 8e4bcf7ba3

View File

@@ -53,7 +53,7 @@ code is perfectly valid::
print "yay, myapp is installed!"
In case you want to set some settings ad-hoc, you can simply pass
the value when instanciating the ``AppConf`` class::
the value when instantiating the ``AppConf`` class::
from myapp.models import MyAppConf