Skip to content

Commit aa951a1

Browse files
committed
Fix minor type in tests.rst: is -> in
1 parent 417afdc commit aa951a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Some general rules of testing:
5858
good set of tests, you or other maintainers will rely largely on the
5959
testing suite to fix the problem or modify a given behavior. Therefore
6060
the testing code will be read as much as or even more than the running
61-
code. A unit test whose purpose is unclear is not very helpful is this
61+
code. A unit test whose purpose is unclear is not very helpful in this
6262
case.
6363

6464
- Another use of the testing code is as an introduction to new developers. When

0 commit comments

Comments
 (0)