diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2009-12-22 17:54:04 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2009-12-22 17:54:04 +0000 |
| commit | 1ab5f1cc00a76a10b6f93a98ec64695e62cc047a (patch) | |
| tree | e3c216ea208d4f330eebc4dd4fc2c22c29f8a6bf /docs | |
| parent | b0d779b1dd28999b776d2b466ae3892654b3a8c1 (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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing.txt | 2 |
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 |
