Fixed typo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a5af81f93f
commit
6632739e94
|
@ -451,7 +451,7 @@ will not work. (Internally, ``setttings`` is a ``LazyObject`` which configures
|
|||
itself automatically when the settings are accessed if it has not already been
|
||||
configured).
|
||||
|
||||
So, if there is a module containg some code as follows::
|
||||
So, if there is a module containing some code as follows::
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.urlresolvers import get_callable
|
||||
|
|
Loading…
Reference in New Issue