Commit aba9ebca authored by Ramiro Morales's avatar Ramiro Morales
Browse files

Fixed a couple of typos in testing document.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent e1a31aad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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