diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2009-07-04 10:12:45 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2009-07-04 10:12:45 +0000 |
commit | b9d10c8c94cd0a27ad133896731848fba54551b0 (patch) | |
tree | 16d2532b829027f611adf5172caba9de4c297f5e | |
parent | b8bf9648c80013af543f28698312fd76366fe9d3 (diff) | |
download | numpy-b9d10c8c94cd0a27ad133896731848fba54551b0.tar.gz |
Fix typo.
-rw-r--r-- | doc/TESTS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TESTS.txt b/doc/TESTS.txt index c2e23ef9d..40524b82a 100644 --- a/doc/TESTS.txt +++ b/doc/TESTS.txt @@ -198,7 +198,7 @@ but 'test_evens' is a generator that returns a series of tests, using .. warning:: Parametric tests cannot be implemented on classes derived from - UnitTest. + TestCase. Doctests -------- |