8000 Merge pull request #10220 from darcymeyer/docs_clarification · numpy/numpy@4655d5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4655d5b

Browse files
authored
Merge pull request #10220 from darcymeyer/docs_clarification
DOC: clarify that np.absolute == np.abs
2 parents 10f00f6 + 133d434 commit 4655d5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy/core/code_generators/ufunc_docstrings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def add_newdoc(place, name, doc):
4343
"""
4444
Calculate the absolute value element-wise.
4545
46+
``np.abs`` is a shorthand for this function.
47+
4648
Parameters
4749
----------
4850
x : array_like

0 commit comments

Comments
 (0)
0