summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2020-08-24 13:14:17 +0100
committerGitHub <noreply@github.com>2020-08-24 13:14:17 +0100
commit018fb37987e02fdba377b008e5ca3d68e4611cb2 (patch)
tree5288e8bc6b1c01ddaae982e4659fb51b43cded38 /numpy/lib/function_base.py
parent117b3f4a293c689777d3cd445969ca99acb01cfe (diff)
parentfa45695b787070275696e979eb9f476ef3afc5e6 (diff)
downloadnumpy-018fb37987e02fdba377b008e5ca3d68e4611cb2.tar.gz
Merge branch 'master' into cleanup-Long
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