summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2012-03-11 19:49:19 +0000
committerRamiro Morales <cramm0@gmail.com>2012-03-11 19:49:19 +0000
commitaba9ebcaee8edf3fb0b99bdc670c0620dab1b270 (patch)
tree8ae0d25fcb0815c66968e86e09be764b5e1f207d /docs
parente1a31aadb0dcfe03853b3c288ff81c1ed32dc227 (diff)
Fixed a couple of typos in testing document.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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