From fb260ad777deeb61596a03a37f917d4b78ca73ae Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Wed, 18 Dec 2019 11:36:27 +0100 Subject: [3.0.x] Corrected some typos in documentation. Backport of 70d95682b1be6a85abdeaea0205a897f7530f8bc from master --- docs/topics/testing/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/index.txt b/docs/topics/testing/index.txt index 65f970b0ae..1c7d6394a5 100644 --- a/docs/topics/testing/index.txt +++ b/docs/topics/testing/index.txt @@ -21,7 +21,7 @@ inspect your application's output and generally verify your code is doing what it should be doing. The preferred way to write tests in Django is using the :mod:`unittest` module -built in to the Python standard library. This is covered in detail in the +built-in to the Python standard library. This is covered in detail in the :doc:`overview` document. You can also use any *other* Python test framework; Django provides an API and -- cgit v1.3