1
0
mirror of https://github.com/django/django.git synced 2025-03-06 07:22:32 +00:00

Fixed typo in docs/topics/testing/advanced.txt.

This commit is contained in:
Dima Veselov 2017-05-25 12:44:55 +03:00 committed by Tim Graham
parent 663d1c3160
commit 01d7ff9a17

View File

@ -203,7 +203,7 @@ example database configuration::
},
},
'diamonds': {
... db settings
# ... db settings
'TEST': {
'DEPENDENCIES': [],
},