summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorJonathan Deng <jonathan.j.deng@gmail.com>2022-03-03 20:31:14 -0500
committerJonathan Deng <jonathan.j.deng@gmail.com>2022-03-03 20:31:14 -0500
commit5d1d0d6e6c3a4ed10040a05613aadd0da745d01d (patch)
tree450d60dbc1b542afd024306a41f1fb2b947cab2c /numpy
parent823f31cce0964ca4e756dcfcf3f8a4b731e0893a (diff)
downloadnumpy-5d1d0d6e6c3a4ed10040a05613aadd0da745d01d.tar.gz
DOC: Fix missing lib.scimath.sqrt function reference
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/code_generators/ufunc_docstrings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/code_generators/ufunc_docstrings.py b/numpy/core/code_generators/ufunc_docstrings.py
index ba3a3a188..24b707a12 100644
--- a/numpy/core/code_generators/ufunc_docstrings.py
+++ b/numpy/core/code_generators/ufunc_docstrings.py
@@ -3817,7 +3817,7 @@ add_newdoc('numpy.core.umath', 'sqrt',
See Also
--------
- lib.scimath.sqrt
+ emath.sqrt
A version which returns complex numbers when given negative reals.
Note: 0.0 and -0.0 are handled differently for complex inputs.