From aa951a138ddf03f64dcf8fdab99e16b55bf372af Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Mon, 5 Jan 2015 12:08:51 +0000 Subject: [PATCH] Fix minor type in tests.rst: is -> in --- docs/writing/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index f416944..f8856d6 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -58,7 +58,7 @@ Some general rules of testing: good set of tests, you or other maintainers will rely largely on the testing suite to fix the problem or modify a given behavior. Therefore the testing code will be read as much as or even more than the running - code. A unit test whose purpose is unclear is not very helpful is this + code. A unit test whose purpose is unclear is not very helpful in this case. - Another use of the testing code is as an introduction to new developers. When