1
0
mirror of https://github.com/django/django.git synced 2025-10-28 16:16:12 +00:00

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

Backport of 01d7ff9a17 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

View File

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