Django

Code

Changeset 5387

Show
Ignore:
Timestamp:
05/30/07 23:30:40 (2 years ago)
Author:
adrian
Message:

Fixed #4439 -- Fixed typo in docs/testing.txt. Thanks, hayley

Files:

Legend:

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

    r5383 r5387  
    148148"pythonic". It's designed to make writing tests as easy as possible, so 
    149149there's no overhead of writing classes or methods; you simply put tests in 
    150 docstrings. This gives the added advantage of given your modules automatic 
     150docstrings. This gives the added advantage of giving your modules automatic 
    151151documentation -- well-written doctests can kill both the documentation and the 
    152152testing bird with a single stone.