Fixed ReST error in assertNumQueries docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2010-11-30 12:46:22 +00:00
parent 5f63c01b50
commit a77fad23c2
1 changed files with 1 additions and 1 deletions

View File

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