[Numpy-svn] r2885 - branches/ver1.0/numpy/core/src

numpy-svn at scipy.org numpy-svn at scipy.org
Mon Jul 24 10:14:13 EDT 2006


Author: stefan
Date: 2006-07-24 09:14:00 -0500 (Mon, 24 Jul 2006)
New Revision: 2885

Modified:
   branches/ver1.0/numpy/core/src/multiarraymodule.c
Log:
Fix spelling mistake [for Albert Strasheim].


Modified: branches/ver1.0/numpy/core/src/multiarraymodule.c
===================================================================
--- branches/ver1.0/numpy/core/src/multiarraymodule.c	2006-07-24 14:11:09 UTC (rev 2884)
+++ branches/ver1.0/numpy/core/src/multiarraymodule.c	2006-07-24 14:14:00 UTC (rev 2885)
@@ -3685,7 +3685,7 @@
 
 	if (new->elsize && new->elsize != conv->elsize) {
 		PyErr_SetString(PyExc_ValueError, 
-				"mismatch in size of old"\
+				"mismatch in size of old "\
 				"and new data-descriptor");
 		goto fail;
 	}




More information about the Numpy-svn mailing list