diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index 8cb00e3..a25ffe3 100644
a
|
b
|
arguments at time of construction:
|
715 | 715 | The headers sent via ``**extra`` should follow CGI_ specification. |
716 | 716 | For example, emulating a different "Host" header as sent in the |
717 | 717 | HTTP request from the browser to the server should be passed |
718 | | as ``HTTP_HOST``. |
| 718 | as ``HTTP_HOST``. |
719 | 719 | |
720 | 720 | .. _CGI: http://www.w3.org/CGI/ |
721 | 721 | |
… |
… |
also provides some utilities that can be useful during testing.
|
1902 | 1902 | |
1903 | 1903 | .. function:: destroy_test_db(old_database_name, verbosity=1) |
1904 | 1904 | |
1905 | | Destroys the database whose name is in stored in :setting:`NAME` in the |
| 1905 | Destroys the database whose name is the value of :setting:`NAME` in |
1906 | 1906 | :setting:`DATABASES`, and sets :setting:`NAME` to use the |
1907 | 1907 | provided name. |
1908 | 1908 | |