From 4eae213d4bbe1b509ceff897db8f65be9c480d14 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Thu, 20 Aug 2020 11:30:50 +0100 Subject: DOC: Fix spacing in vectorize doc Fix spacing that produced incorrect rendering --- numpy/lib/function_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/lib/function_base.py') 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 -- cgit v1.2.1