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:37:32 +0100
commitfb260ad777deeb61596a03a37f917d4b78ca73ae (patch)
tree5ed067ca6fd8eea374162415fa3effacc2aa490b /docs/topics/testing
parentefd9302b141d5848dd058e55985130d3d2f119e0 (diff)
[3.0.x] Corrected some typos in documentation.
Backport of 70d95682b1be6a85abdeaea0205a897f7530f8bc from master
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