summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-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