From c6c1d940c140b3f55d03902e9000801a7962e046 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Wed, 31 Aug 2016 07:34:52 -0400 Subject: [PATCH] [1.10.x] Fixed typo in docs/topics/testing/overview.txt Backport of b961b51eaf5b57fabcee89ca09a76fdebfd6500d from master --- docs/topics/testing/overview.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index 709d9ad262..8db7cdf237 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -149,7 +149,7 @@ when all the tests have been executed. You can prevent the test databases from being destroyed by using the :option:`test --keepdb` option. This will preserve the test database between runs. If the database does not exist, it will first be created. Any migrations -will also be applied in order to keep it p to date. +will also be applied in order to keep it up to date. The default test database names are created by prepending ``test_`` to the value of each :setting:`NAME` in :setting:`DATABASES`. When using SQLite, the