fixed a typo.
authorKarthik Ram <karthik.ram@gmail.com>
Fri, 13 Sep 2013 09:20:02 +0000 (10:20 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Nov 2013 03:52:47 +0000 (19:52 -0800)
testing/README.md

index 45d4c080e99cf09305f417bcc8258f972b0f05e1..865795ffde65f38657f48681130d7f8d1ea054d4 100644 (file)
@@ -287,7 +287,7 @@ arguably attributed to inventing the testing framework.
 Nose tests are files that begin with `Test-`, `Test_`, `test-`, or
 `test_`. Specifically, these satisfy the testMatch regular expression
 `[Tt]est[-_]`. (You can also teach nose to find tests by declaring them
-in the unittest.TestCase subclasses chat you create in your code. You
+in the unittest.TestCase subclasses that you create in your code. You
 can also create test functions which are not unittest.TestCase
 subclasses if they are named with the configured testMatch regular
 expression.)