summaryrefslogtreecommitdiff
path: root/numpy/doc/swig
diff options
context:
space:
mode:
authorEric Jones <eric@enthought.com>2007-04-11 07:32:05 +0000
committerEric Jones <eric@enthought.com>2007-04-11 07:32:05 +0000
commit9e0cfafb432664acf08e6573876622e9c546df8a (patch)
treea79f38690fa6cff8aa52a53213a3ff654b256cdf /numpy/doc/swig
parent1453e759c5c5f2c37309ee0c3b867ff6da2fcaf0 (diff)
downloadnumpy-9e0cfafb432664acf08e6573876622e9c546df8a.tar.gz
long lost author was... eric.
Diffstat (limited to 'numpy/doc/swig')
-rw-r--r--numpy/doc/swig/numpy.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/swig/numpy.i b/numpy/doc/swig/numpy.i
index a2a3d3571..bb5fcef4f 100644
--- a/numpy/doc/swig/numpy.i
+++ b/numpy/doc/swig/numpy.i
@@ -9,7 +9,7 @@
#include <numpy/arrayobject.h>
/* The following code originally appeared in
- * enthought/kiva/agg/src/numeric.i, author unknown. It was
+ * enthought/kiva/agg/src/numeric.i written by Eric Jones. It was
* translated from C++ to C by John Hunter. Bill Spotz has modified
* it slightly to fix some minor bugs, upgrade to numpy (all
* versions), add some comments and some functionality.