diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2006-12-01 07:07:18 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2006-12-01 07:07:18 +0000 |
| commit | 8925843d7ea7fd83f128264ce513bec0ea9aa3e9 (patch) | |
| tree | 36e16a4c793ea34a355f9cf5dc2a63e0d10b5225 /docs | |
| parent | 468993d13e53a5bdeb9ae387a3b064a762006a2d (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
