diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-17 15:30:00 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-05-17 15:32:24 +0800 |
commit | 0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (patch) | |
tree | ac015c57e9717e45d26594e8eb451cc9c0bdcf1e /doc/source/reference/ufuncs.rst | |
parent | 50ce0fce70cac779919d97578381a9d762f42594 (diff) | |
download | numpy-0a2893149e88e5c5bb69a29f78a4ad262a08cd29.tar.gz |
DOC: Fix typos and cosmetic issues
Diffstat (limited to 'doc/source/reference/ufuncs.rst')
-rw-r--r-- | doc/source/reference/ufuncs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/ufuncs.rst b/doc/source/reference/ufuncs.rst index aad285122..6d58d1a6d 100644 --- a/doc/source/reference/ufuncs.rst +++ b/doc/source/reference/ufuncs.rst @@ -380,7 +380,7 @@ advanced usage and will not typically be used. result as a dimension with size one, so that the result will broadcast correctly against the inputs. This option can only be used for generalized ufuncs that operate on inputs that all have the same number of core - dimensions and with outputs that have no core dimensions , i.e., with + dimensions and with outputs that have no core dimensions, i.e., with signatures like ``(i),(i)->()`` or ``(m,m)->()``. If used, the location of the dimensions in the output can be controlled with ``axes`` and ``axis``. |