Browse Source

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

Dima Veselov 7 years ago
parent
commit
01d7ff9a17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/testing/advanced.txt

+ 1 - 1
docs/topics/testing/advanced.txt

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