summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2009-12-22 17:54:04 +0000
committerLuke Plant <L.Plant.98@cantab.net>2009-12-22 17:54:04 +0000
commit1ab5f1cc00a76a10b6f93a98ec64695e62cc047a (patch)
treee3c216ea208d4f330eebc4dd4fc2c22c29f8a6bf
parentb0d779b1dd28999b776d2b466ae3892654b3a8c1 (diff)
[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
-rw-r--r--docs/internals/contributing.txt2
1 files changed, 1 insertions, 1 deletions
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