summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:54:08 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-06 14:54:08 +0200
commit3f6672a30cd06d273e0b2160084a9abadcf9c315 (patch)
treee5f283690c21b36dcb5d9d5a4e750dfa8d11efba /runtests.py
parent2a55233b81a6ea18a57d1dd4f7bc5fff9f2fb681 (diff)
downloadnumpy-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-xruntests.py2
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:
#