Author: gabrielhurley
Date: 2010-10-11 14:19:01 -0500 (Mon, 11 Oct 2010)
New Revision: 14149

Modified:
   django/trunk/docs/topics/testing.txt
Log:
Fixed a few typos in the unittest2 docs introduced in [14139].

Modified: django/trunk/docs/topics/testing.txt
===================================================================
--- django/trunk/docs/topics/testing.txt        2010-10-11 18:18:12 UTC (rev 
14148)
+++ django/trunk/docs/topics/testing.txt        2010-10-11 19:19:01 UTC (rev 
14149)
@@ -167,15 +167,15 @@
 
     To access this library, Django provides the
     ``django.utils.unittest`` module alias. If you are using Python
-    2.7, or you have installed unittest2 locally, Django will mapt the
-    alias to the installed version of the unittest library Otherwise,
+    2.7, or you have installed unittest2 locally, Django will map the
+    alias to the installed version of the unittest library. Otherwise,
     Django will use it's own bundled version of unittest2.
 
     To use this alias, simply use::
 
         from django.utils import unittest
 
-    wherever you would historically used::
+    wherever you would have historically used::
 
         import unittest
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to