From fbc06eef1af1d7ecf91fae5a94a1994f356ffd22 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 25 Dec 2012 09:56:22 -0500 Subject: [1.5.X] Fixed broken links, round 3. refs #19516 Backport of b3a8c9dab8 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 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 -- cgit v1.3