summaryrefslogtreecommitdiff
path: root/numpy/doc/swig
diff options
context:
space:
mode:
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.