diff options
| author | Andrew Northall <andrew@northall.me.uk> | 2021-08-15 20:11:25 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-08-17 12:18:07 +0200 |
| commit | c23aa736264d47c51b2f2ff2e3139187204fc9b8 (patch) | |
| tree | e8e6a7be363d19b6e85e3edace43e8dcbc80f05f /docs/topics/testing/advanced.txt | |
| parent | 6c3525a09db5177bf4e3856de85bf8b1300402d5 (diff) | |
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Diffstat (limited to 'docs/topics/testing/advanced.txt')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index f94da75ece..3265c5c641 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -768,7 +768,7 @@ utility methods in the ``django.test.utils`` module. :func:`teardown_databases` function at the conclusion of testing. The ``aliases`` argument determines which :setting:`DATABASES` aliases test - databases should be setup for. If it's not provided, it defaults to all of + databases should be set up for. If it's not provided, it defaults to all of :setting:`DATABASES` aliases. The ``serialized_aliases`` argument determines what subset of ``aliases`` |
