summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
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 0345b72703..94e88bdf04 100644
--- a/docs/topics/testing/index.txt
+++ b/docs/topics/testing/index.txt
@@ -38,7 +38,7 @@ frameworks are:
* **Unit tests** -- tests that are expressed as methods on a Python class
that subclasses :class:`unittest.TestCase` or Django's customized
- :class:`TestCase`. For example::
+ :class:`~django.test.TestCase`. For example::
import unittest