summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index 61fa56a84e..829e059181 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