Commit b2ecfe84 authored by Luke Plant's avatar Luke Plant
Browse files

[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
parent 0819c291
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ follows::
    settings.configure({}, SOME_SETTING='foo')

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
configured).