From 6632739e94c6c38b4c5a86cf5c80c48ae50ac49f Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Tue, 22 Dec 2009 17:40:25 +0000 Subject: [PATCH] Fixed typo git-svn-id: http://code.djangoproject.com/svn/django/trunk@11961 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 4ec6e5d26d..82c5da5f59 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