Skip to content

Commit

Permalink
Fixed ReST error in assertNumQueries docs.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
spookylukey committed Nov 30, 2010
1 parent 5f63c01 commit a77fad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/testing.txt
Expand Up @@ -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

Expand Down

0 comments on commit a77fad2

Please sign in to comment.