diff options
author | Kevin Sheppard <kevin.k.sheppard@gmail.com> | 2020-08-20 11:30:50 +0100 |
---|---|---|
committer | Kevin Sheppard <kevin.k.sheppard@gmail.com> | 2020-08-20 11:30:50 +0100 |
commit | 4eae213d4bbe1b509ceff897db8f65be9c480d14 (patch) | |
tree | 7933f42384ec48b745abd8205c96b3f8b0684dd7 /numpy/lib/function_base.py | |
parent | 64619c55896dad1927afe78c0702a58abf0d038f (diff) | |
download | numpy-4eae213d4bbe1b509ceff897db8f65be9c480d14.tar.gz |
DOC: Fix spacing in vectorize doc
Fix spacing that produced incorrect rendering
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 4 |
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 |