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
This commit is contained in:
parent
468993d13e
commit
8925843d7e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue