summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2019-12-08 00:21:19 -0500
committerWarren Weckesser <warren.weckesser@gmail.com>2019-12-08 00:21:19 -0500
commitc1c97173ae6ccf53a0ebc89c6b76fa62ab0fa5c8 (patch)
tree8c0a0ba89f7afd45da71f89597355857cfc76164
parent98c14a085cece71f54910cd11c39fe7a193d6022 (diff)
downloadnumpy-c1c97173ae6ccf53a0ebc89c6b76fa62ab0fa5c8.tar.gz
MAINT: core: Fix spacing in the expm1 docstring.
-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 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