diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-11-16 09:15:59 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-11-16 09:15:59 +0000 |
commit | 0a570c7e3c5cea1d63dd58550468694afa9099d4 (patch) | |
tree | fbc721898ea8da3e6871f775969a1da593db1b24 /doc/neps | |
parent | 2201bb33c6d46cad1817e8746ecc5a6285891a1d (diff) | |
download | numpy-0a570c7e3c5cea1d63dd58550468694afa9099d4.tar.gz |
adding back a few quotes
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/generalized-ufuncs.rst | 4 |
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. |