diff options
author | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-06 14:54:08 +0200 |
---|---|---|
committer | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-06 14:54:08 +0200 |
commit | 3f6672a30cd06d273e0b2160084a9abadcf9c315 (patch) | |
tree | e5f283690c21b36dcb5d9d5a4e750dfa8d11efba /runtests.py | |
parent | 2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681 (diff) | |
download | numpy-3f6672a30cd06d273e0b2160084a9abadcf9c315.tar.gz |
DOC: change Numpy to NumPy in remaining files
the files in doc/ and numpy/ were covered in previous commits
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: # |