diff options
| author | Matti Picus <matti.picus@gmail.com> | 2023-04-21 06:27:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 06:27:49 -0400 |
| commit | afa98ddefde2af25676ae52837d648ee7d2b6e93 (patch) | |
| tree | 2a6a5b92f014e33fe9de1e0de77d619a14ee9eb5 /numpy | |
| parent | 17bae7c3f53d757144403ae09897e32f91a31d74 (diff) | |
| parent | bd9c2d610a6c66727a536d8f225bbaaccd2c3726 (diff) | |
| download | numpy-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.py | 2 |
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 ----- |
