From de7e99df33b51021f1bae8df4eec3f8cc259a3e5 Mon Sep 17 00:00:00 2001 From: Darcy Meyer Date: Thu, 14 Dec 2017 22:22:43 -0500 Subject: DOC: clarify that np.absolute == np.abs See #9841 --- numpy/core/code_generators/ufunc_docstrings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') diff --git a/numpy/core/code_generators/ufunc_docstrings.py b/numpy/core/code_generators/ufunc_docstrings.py index 504d7e6a9..0625e2a6e 100644 --- a/numpy/core/code_generators/ufunc_docstrings.py +++ b/numpy/core/code_generators/ufunc_docstrings.py @@ -41,7 +41,7 @@ def add_newdoc(place, name, doc): add_newdoc('numpy.core.umath', 'absolute', """ - Calculate the absolute value element-wise. + Calculate the absolute value element-wise. Equivalent to ``numpy.abs``. Parameters ---------- -- cgit v1.2.3