Django

Code

Changeset 4150

Show
Ignore:
Timestamp:
12/01/06 01:07:18 (2 years ago)
Author:
russellm
Message:

Fixed #3085 -- Typo in testing documentation. Thanks, Lachlan Cannon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/testing.txt

    r4059 r4150  
    134134 
    135135For developers new to testing, however, this choice can seem 
    136 confusing, so here are a few key differences to help you decide weather 
     136confusing, so here are a few key differences to help you decide whether 
    137137doctests or unit tests are right for you. 
    138138