summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-05-19 14:56:10 -0700
committerGitHub <noreply@github.com>2022-05-19 14:56:10 -0700
commit70025f0ee870806e414d5b33973bf7ca40dded1e (patch)
treec90b3afc1ca2e7f7e361a3e8b01ffbf3257cfa71
parentdf5efc4e1a8e2d53f71543310f4589dcc509e047 (diff)
downloadnumpy-70025f0ee870806e414d5b33973bf7ca40dded1e.tar.gz
DOC: Update numpy/lib/function_base.py
Co-authored-by: Robert Kern <robert.kern@gmail.com>
-rw-r--r--numpy/lib/function_base.py2
1 files changed, 1 insertions, 1 deletions
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::