diff options
| author | Warren Weckesser <warren.weckesser@gmail.com> | 2019-12-08 00:21:19 -0500 |
|---|---|---|
| committer | Warren Weckesser <warren.weckesser@gmail.com> | 2019-12-08 00:21:19 -0500 |
| commit | c1c97173ae6ccf53a0ebc89c6b76fa62ab0fa5c8 (patch) | |
| tree | 8c0a0ba89f7afd45da71f89597355857cfc76164 /numpy/core | |
| parent | 98c14a085cece71f54910cd11c39fe7a193d6022 (diff) | |
| download | numpy-c1c97173ae6ccf53a0ebc89c6b76fa62ab0fa5c8.tar.gz | |
MAINT: core: Fix spacing in the expm1 docstring.
Diffstat (limited to 'numpy/core')
| -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 dfa20f221..9560eb31b 100644 --- a/numpy/core/code_generators/ufunc_docstrings.py +++ b/numpy/core/code_generators/ufunc_docstrings.py @@ -1231,7 +1231,7 @@ add_newdoc('numpy.core.umath', 'expm1', Parameters ---------- x : array_like - Input values. + Input values. $PARAMS Returns |
