Author: adrian Date: 2007-05-30 23:30:40 -0500 (Wed, 30 May 2007) New Revision: 5387
Modified: django/trunk/docs/testing.txt Log: Fixed #4439 -- Fixed typo in docs/testing.txt. Thanks, hayley Modified: django/trunk/docs/testing.txt =================================================================== --- django/trunk/docs/testing.txt 2007-05-31 04:25:40 UTC (rev 5386) +++ django/trunk/docs/testing.txt 2007-05-31 04:30:40 UTC (rev 5387) @@ -147,7 +147,7 @@ If you've been using Python for a while, ``doctest`` will probably feel more "pythonic". It's designed to make writing tests as easy as possible, so there's no overhead of writing classes or methods; you simply put tests in -docstrings. This gives the added advantage of given your modules automatic +docstrings. This gives the added advantage of giving your modules automatic documentation -- well-written doctests can kill both the documentation and the testing bird with a single stone. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
