From 1ab5f1cc00a76a10b6f93a98ec64695e62cc047a Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Tue, 22 Dec 2009 17:54:04 +0000 Subject: [PATCH] [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 --- docs/internals/contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index 1ad794230e..3900ddba87 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -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