diff options
| author | Tim Graham <timograham@gmail.com> | 2017-02-08 12:33:47 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-08 12:33:47 -0500 |
| commit | 545a88fc162ab02f66812284af24a248deafbf5e (patch) | |
| tree | 1e14e83b8cccd8cd852d3e7d756f25b4b0e74a87 | |
| parent | 5e303836b6305f21f631a8139b25891d84f04468 (diff) | |
Fixed typo in docs/topics/testing/tools.txt.
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 258e205aad..5c94cb8c09 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1117,7 +1117,7 @@ This test case will flush *all* the test databases before running ``test_index_page_view``. The ``multi_db`` flag also affects into which databases the -attr:`TransactionTestCase.fixtures` are loaded. By default (when +:attr:`TransactionTestCase.fixtures` are loaded. By default (when ``multi_db=False``), fixtures are only loaded into the ``default`` database. If ``multi_db=True``, fixtures are loaded into all databases. |
