summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 4649e4c8b4..4ec6e5d26d 100644
--- a/docs/internals/contributing.txt
+++ b/docs/internals/contributing.txt
@@ -815,7 +815,7 @@ following is a minimal settings file that can be used to test SQLite::
},
'other': {
'ENGINE': 'django.db.backends.sqlite3',
- 'TEST_NAME: 'other_db'
+ 'TEST_NAME': 'other_db'
}
}