From 70025f0ee870806e414d5b33973bf7ca40dded1e Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Thu, 19 May 2022 14:56:10 -0700 Subject: DOC: Update numpy/lib/function_base.py Co-authored-by: Robert Kern --- numpy/lib/function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 3a5ad26a6..843e1b85a 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -3564,7 +3564,7 @@ def sinc(x): The sinc function is equal to :math:`\sin(\pi x)/(\pi x)` for any argument :math:`x\ne 0`. ``sinc(0)`` takes the limit value 1, making ``sinc`` not - only everywhere continuous but also analytic. + only everywhere continuous but also infinitely differentiable. .. note:: -- cgit v1.2.1