Skip to content

Commit 39bae43

Browse files
committed
minor #15287 [Testing] fix 'eachother' -> 'each other' (nealio82)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Testing] fix 'eachother' -> 'each other' 'each other' is two separate words, see https://dictionary.cambridge.org/grammar/british-grammar/each-other-one-another Commits ------- 0e6ed43 fix 'eachother' -> 'each other'
2 parents e0e818c + 0e6ed43 commit 39bae43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class to help you creating and booting the kernel in your tests using
128128
}
129129

130130
The ``KernelTestCase`` also makes sure your kernel is rebooted for each
131-
test. This assures that each test is run independently from eachother.
131+
test. This assures that each test is run independently from each other.
132132

133133
To run your application tests, the ``KernelTestCase`` class needs to
134134
find the application kernel to initialize. The kernel class is

0 commit comments

Comments
 (0)