summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-08-20 08:54:20 -0500
committerGitHub <noreply@github.com>2020-08-20 08:54:20 -0500
commitd34b9ead10e28e3a0a62d642a16efdae2030ed76 (patch)
tree0246ebf32c5d270b942d7a12db51cae91f035e04 /numpy/lib/function_base.py
parent2810becf98e20bfe2bf99311c5f4f3e150d12d09 (diff)
parent4eae213d4bbe1b509ceff897db8f65be9c480d14 (diff)
downloadnumpy-d34b9ead10e28e3a0a62d642a16efdae2030ed76.tar.gz
Merge pull request #17115 from bashtage/vectorize-doc
DOC: Fix spacing in vectorize doc
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r--numpy/lib/function_base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py
index 556227c0d..0db00a0f2 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -1991,8 +1991,8 @@ class vectorize:
.. versionadded:: 1.7.0
cache : bool, optional
- If `True`, then cache the first function call that determines the number
- of outputs if `otypes` is not provided.
+ If `True`, then cache the first function call that determines the number
+ of outputs if `otypes` is not provided.
.. versionadded:: 1.7.0