1
0
mirror of https://github.com/django/django.git synced 2025-04-15 04:44:37 +00:00

[1.11.x] Fixed typo in docs/topics/testing/advanced.txt.

Backport of 01d7ff9a17af2024956f6c81106a22bffcd9a703 from master
This commit is contained in:
Dima Veselov 2017-05-25 12:44:55 +03:00 committed by Tim Graham
parent 64ed10e672
commit 945b3d1da1

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