summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2023-04-21 06:27:49 -0400
committerGitHub <noreply@github.com>2023-04-21 06:27:49 -0400
commitafa98ddefde2af25676ae52837d648ee7d2b6e93 (patch)
tree2a6a5b92f014e33fe9de1e0de77d619a14ee9eb5 /numpy
parent17bae7c3f53d757144403ae09897e32f91a31d74 (diff)
parentbd9c2d610a6c66727a536d8f225bbaaccd2c3726 (diff)
downloadnumpy-afa98ddefde2af25676ae52837d648ee7d2b6e93.tar.gz
Merge pull request #23623 from F3eQnxN3RriK/doc-patch-2
DOC: Fix incorrect structure in `sqrt` docstring
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 05f947c15..1695b4d27 100644
--- a/numpy/core/code_generators/ufunc_docstrings.py
+++ b/numpy/core/code_generators/ufunc_docstrings.py
@@ -3833,7 +3833,7 @@ add_newdoc('numpy.core.umath', '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.
+ Note that 0.0 and -0.0 are handled differently for complex inputs.
Notes
-----