Skip to content

Commit 17ace5c

Browse files
authored
fix 'eachother' -> 'each other'
1 parent 2b41eaf commit 17ace5c

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)