1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

[1.1.X] Fixed #13270 - typos in documentation

Thanks to cmbeelby for the report and patch

Backport of r12934 from trunk


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2010-04-06 14:33:02 +00:00
parent 0819c291e7
commit b2ecfe845f

View File

@ -450,7 +450,7 @@ follows::
settings.configure({}, SOME_SETTING='foo') settings.configure({}, SOME_SETTING='foo')
However, if any setting is accessed before the ``settings.configure`` line, this However, if any setting is accessed before the ``settings.configure`` line, this
will not work. (Internally, ``setttings`` is a ``LazyObject`` which configures will not work. (Internally, ``settings`` is a ``LazyObject`` which configures
itself automatically when the settings are accessed if it has not already been itself automatically when the settings are accessed if it has not already been
configured). configured).