summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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*