Skip to content

Commit 59fdb49

Browse files
authored
Update database.rst (#900)
made text changes in line 43 and 44. Added commas in both the lines for better readability, and changed `for` in line 43 to `to be` to reduce redundancy.
1 parent 5cc98c1 commit 59fdb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/database.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ documentation <pytest:scoped-marking>` for detail::
4040

4141

4242
By default ``pytest-django`` will set up the Django databases the
43-
first time a test needs them. Once setup the database is cached for
44-
used for all subsequent tests and rolls back transactions to isolate
43+
first time a test needs them. Once setup, the database is cached to be
44+
used for all subsequent tests and rolls back transactions, to isolate
4545
tests from each other. This is the same way the standard Django
4646
:class:`~django.test.TestCase` uses the database. However
4747
``pytest-django`` also caters for transaction test cases and allows

0 commit comments

Comments
 (0)