Fixed a couple of typos in testing document.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Ramiro Morales 2012-03-11 19:49:19 +00:00
parent e1a31aadb0
commit aba9ebcaee
1 changed files with 2 additions and 2 deletions

View File

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