Author: ramiro
Date: 2012-03-11 12:49:19 -0700 (Sun, 11 Mar 2012)
New Revision: 17680

Modified:
   django/trunk/docs/topics/testing.txt
Log:
Fixed a couple of typos in testing document.

Modified: django/trunk/docs/topics/testing.txt
===================================================================
--- django/trunk/docs/topics/testing.txt        2012-03-11 11:49:38 UTC (rev 
17679)
+++ django/trunk/docs/topics/testing.txt        2012-03-11 19:49:19 UTC (rev 
17680)
@@ -1033,7 +1033,7 @@
 The request factory
 -------------------
 
-.. Class:: RequestFactory
+.. class:: RequestFactory
 
 .. versionadded:: 1.3
 
@@ -1506,7 +1506,7 @@
 .. currentmodule:: django.test
 
 .. versionchanged:: 1.2
-    Addded ``msg_prefix`` argument.
+    Added ``msg_prefix`` argument.
 
 As Python's normal :class:`unittest.TestCase` class implements assertion 
methods
 such as :meth:`~unittest.TestCase.assertTrue` and

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