Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
freakboy3742 committed Dec 1, 2006
1 parent 468993d commit 8925843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.txt
Expand Up @@ -133,7 +133,7 @@ together, picking the test system to match the type of tests you need to
write. write.


For developers new to testing, however, this choice can seem 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. doctests or unit tests are right for you.


If you've been using Python for a while, ``doctest`` will probably feel more If you've been using Python for a while, ``doctest`` will probably feel more
Expand Down

0 comments on commit 8925843

Please sign in to comment.