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