summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-11-30 12:46:22 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-11-30 12:46:22 +0000
commita77fad23c255582c3a2e56ae20b50d27e6c8eac7 (patch)
tree90f6559e429c5357218cfa5ae62f384c20808d19 /docs
parent5f63c01b50761c4dd810025ee0ef5eb4783bd013 (diff)
Fixed ReST error in assertNumQueries docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index 64ed824840..8314ca4081 100644
--- a/docs/topics/testing.txt
+++ b/docs/topics/testing.txt
@@ -1418,7 +1418,7 @@ cause of an failure in your test suite.
implicit ordering, you will need to apply a ``order_by()`` clause to your
queryset to ensure that the test will pass reliably.
-.. method:: TestCase.assertNumQueries(num, func, *args, **kwargs):
+.. method:: TestCase.assertNumQueries(num, func, *args, **kwargs)
.. versionadded:: 1.3