summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-06 02:12:50 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-06 02:12:50 +0000
commitc8b5a7e9e0d39c225ac3e590d83ebf869d9c1235 (patch)
tree01c150ee7014c8970c2a7f103be13666595a5ec6 /setup.py
parent9dd16b4b933636baeb28076d73f4bdd7ab006527 (diff)
downloadnumpy-c8b5a7e9e0d39c225ac3e590d83ebf869d9c1235.tar.gz
Fixed error in setflags and added a few unit tests for test_multiarray
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 189b04a6b..d85dd7ef8 100755
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
-"""Numpy: array processing for numbers, strings, records, and objects.
+"""NumPy: array processing for numbers, strings, records, and objects.
-Numpy is a general-purpose array-processing package designed to
+NumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
-arrays. Numpy is built on the Numeric code base and adds features
+arrays. NumPy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.