Skip to content

Commit 4145f73

Browse files
volans-blueyed
authored andcommitted
doc: fix typo (#540)
Fix typo in the section: Populate the database with initial test data.
1 parent 3249fd0 commit 4145f73

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/database.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,9 @@ transactions. This example uses Django's fixture loading mechanism, but it can
346346
be replaced with any way of loading data into the database.
347347

348348
Notice that :fixture:`django_db_setup` is in the argument list. This may look
349-
odd at first, but it will make sure that the sure that the original
350-
pytest-django fixture is used to create the test database. When
351-
``call_command`` is invoked, the test database is already prepared and
352-
configured.
349+
odd at first, but it will make sure that the original pytest-django fixture
350+
is used to create the test database. When ``call_command`` is invoked, the
351+
test database is already prepared and configured.
353352

354353
Put this in ``conftest.py``::
355354

0 commit comments

Comments
 (0)