summaryrefslogtreecommitdiff
path: root/doc/neps
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2008-11-16 09:15:59 +0000
committerJarrod Millman <millman@berkeley.edu>2008-11-16 09:15:59 +0000
commit0a570c7e3c5cea1d63dd58550468694afa9099d4 (patch)
treefbc721898ea8da3e6871f775969a1da593db1b24 /doc/neps
parent2201bb33c6d46cad1817e8746ecc5a6285891a1d (diff)
downloadnumpy-0a570c7e3c5cea1d63dd58550468694afa9099d4.tar.gz
adding back a few quotes
Diffstat (limited to 'doc/neps')
-rw-r--r--doc/neps/generalized-ufuncs.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/neps/generalized-ufuncs.rst b/doc/neps/generalized-ufuncs.rst
index 7d65118a5..d9f3818b9 100644
--- a/doc/neps/generalized-ufuncs.rst
+++ b/doc/neps/generalized-ufuncs.rst
@@ -94,8 +94,8 @@ following format:
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.