From aba9ebcaee8edf3fb0b99bdc670c0620dab1b270 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sun, 11 Mar 2012 19:49:19 +0000 Subject: [PATCH] Fixed a couple of typos in testing document. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17680 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/testing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 61fa56a84e3..829e059181d 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -1033,7 +1033,7 @@ The following is a simple unit test using the test client:: The request factory ------------------- -.. Class:: RequestFactory +.. class:: RequestFactory .. versionadded:: 1.3 @@ -1506,7 +1506,7 @@ Assertions .. 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