[Numpy-svn] r6044 - trunk/doc/neps

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Nov 16 04:16:01 EST 2008


Author: jarrod.millman
Date: 2008-11-16 03:15:59 -0600 (Sun, 16 Nov 2008)
New Revision: 6044

Modified:
   trunk/doc/neps/generalized-ufuncs.rst
Log:
adding back a few quotes


Modified: trunk/doc/neps/generalized-ufuncs.rst
===================================================================
--- trunk/doc/neps/generalized-ufuncs.rst	2008-11-16 09:14:01 UTC (rev 6043)
+++ trunk/doc/neps/generalized-ufuncs.rst	2008-11-16 09:15:59 UTC (rev 6044)
@@ -94,8 +94,8 @@
   list of dimension names in parentheses, ``(i_1,...,i_N)``; a scalar 
   input/output is denoted by ``()``.  Instead of ``i_1``, ``i_2``,
   etc, one can use any valid Python variable name.
-* Dimension lists for different arguments are separated by ``*,*``.
-  Input/output arguments are separated by ``->``.
+* Dimension lists for different arguments are separated by ``","``.
+  Input/output arguments are separated by ``"->"``.
 * If one uses the same dimension name in multiple locations, this
   enforces the same size (or broadcastable size) of the corresponding
   dimensions.  




More information about the Numpy-svn mailing list