Skip to content

Commit cda8cd5

Browse files
Update docs/helpers.rst
Co-authored-by: Adam Johnson <[email protected]>
1 parent 97d718c commit cda8cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/helpers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@ If you use type annotations, you can annotate the fixture like this::
466466
.. py:function:: django_assert_max_num_queries(num, connection=None, info=None, using=None)
467467
468468
:param num: expected maximum number of queries
469-
:param connection: optional non-default DB connection
469+
:param connection: optional database connection
470470
:param str info: optional info message to display on failure
471-
:param str using: optional the non-default DB connection name
471+
:param str using: optional database connection name
472472

473473
This fixture allows to check for an expected maximum number of DB queries.
474474

0 commit comments

Comments
 (0)