Skip to content

Commit 001dc96

Browse files
pzelnipblueyed
andauthored
docs: fix typo/grammar in database docs (#834)
Co-authored-by: Daniel Hahler <github@thequod.de>
1 parent de97bca commit 001dc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Use the same database for all xdist processes
401401
"""""""""""""""""""""""""""""""""""""""""""""
402402

403403
By default, each xdist process gets its own database to run tests on. This is
404-
needed to have transactional tests that does not interfere with eachother.
404+
needed to have transactional tests that do not interfere with each other.
405405

406406
If you instead want your tests to use the same database, override the
407407
:fixture:`django_db_modify_db_settings` to not do anything. Put this in

0 commit comments

Comments
 (0)