From 8925843d7ea7fd83f128264ce513bec0ea9aa3e9 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 1 Dec 2006 07:07:18 +0000 Subject: [PATCH] Fixed #3085 -- Typo in testing documentation. Thanks, Lachlan Cannon. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4150 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.txt b/docs/testing.txt index 68eff07788..a0b8a8a187 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -133,7 +133,7 @@ together, picking the test system to match the type of tests you need to write. For developers new to testing, however, this choice can seem -confusing, so here are a few key differences to help you decide weather +confusing, so here are a few key differences to help you decide whether doctests or unit tests are right for you. If you've been using Python for a while, ``doctest`` will probably feel more