summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-11-27 11:05:31 -0700
committerGitHub <noreply@github.com>2017-11-27 11:05:31 -0700
commitf7347abca8f89820cbccb49ec3737233591fcea5 (patch)
treea20add77339e406b2e95716747ca76df3c5ae301
parentebc8aef2dfedfd99b68a8029eb2937e3538769b0 (diff)
downloadnumpy-f7347abca8f89820cbccb49ec3737233591fcea5.tar.gz
MAINT: Fix use of parenthesis.
[ci skip]
-rw-r--r--doc/source/reference/ufuncs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/ufuncs.rst b/doc/source/reference/ufuncs.rst
index 5643c0f09..93d452cc7 100644
--- a/doc/source/reference/ufuncs.rst
+++ b/doc/source/reference/ufuncs.rst
@@ -334,7 +334,7 @@ advanced usage and will not typically be used.
Accepts a boolean array which is broadcast together with the operands.
Values of True indicate to calculate the ufunc at that position, values
of False indicate to leave the value in the output alone. This argument
- cannot be used for generalized ufuncs (as these take non-scalar input).
+ cannot be used for generalized ufuncs as those take non-scalar input.
*casting*