Commit 1ab5f1cc authored by Luke Plant's avatar Luke Plant
Browse files

[1.1.X] Fixed typo

Backport for r11961 from trunk


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent b0d779b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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