Skip to content

Commit 0d37cfd

Browse files
committed
Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent b40f21e commit 0d37cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/db/multi-db.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ databases -- a default PostgreSQL database and a MySQL database called
4242
'PASSWORD': 's3krit'
4343
},
4444
'users': {
45-
'NAME': 'user_data'
45+
'NAME': 'user_data',
4646
'ENGINE': 'django.db.backends.mysql',
4747
'USER': 'mysql_user',
4848
'PASSWORD': 'priv4te'

0 commit comments

Comments
 (0)