diff options
Diffstat (limited to 'runtests.py')
-rwxr-xr-x | runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py index 7be76e46d..0fc441293 100755 --- a/runtests.py +++ b/runtests.py @@ -28,7 +28,7 @@ Generate C code coverage listing under build/lcov/: from __future__ import division, print_function # -# This is a generic test runner script for projects using Numpy's test +# This is a generic test runner script for projects using NumPy's test # framework. Change the following values to adapt to your project: # |