diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index 4649e4c8b48ae..4ec6e5d26dad1 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' } }