Author: adrian
Date: 2007-08-15 00:30:23 -0500 (Wed, 15 Aug 2007)
New Revision: 5891

Modified:
   django/trunk/docs/testing.txt
Log:
Fixed some ReST errors in docs/testing.txt

Modified: django/trunk/docs/testing.txt
===================================================================
--- django/trunk/docs/testing.txt       2007-08-15 05:28:29 UTC (rev 5890)
+++ django/trunk/docs/testing.txt       2007-08-15 05:30:23 UTC (rev 5891)
@@ -213,7 +213,7 @@
 then, are a few key differences to help you decide which approach is right for
 you:
 
-   * If you've been using Python for a while, ``doctest`` will probably feel
+    * 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 it requires no overhead of writing classes or methods. You simply put
       tests in docstrings. This has the added advantage of serving as
@@ -561,7 +561,7 @@
 Django views; this object is simpler and has some additional data useful for
 tests.
 
-Specifically, a ``Response`` object has the following attributes::
+Specifically, a ``Response`` object has the following attributes:
 
     ===============  ==========================================================
     Attribute        Description


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to