summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2019-12-18 11:36:27 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-12-18 11:36:27 +0100
commit70d95682b1be6a85abdeaea0205a897f7530f8bc (patch)
tree0a5489ba55bcb714a37b3f44a80742d838761733 /docs/topics/testing
parent50a69efb2e73ab8b3ef26042d4579e8ade950c37 (diff)
Corrected some typos in documentation.
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/index.txt2
1 files changed, 1 insertions, 1 deletions
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