summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2017-05-08 00:09:46 +0100
committerEric Wieser <wieser.eric@gmail.com>2017-05-08 19:42:50 +0100
commit2e3202649692815e973f0e72820d25d5e536910d (patch)
tree57ac0103808338e03084da934ff3c0309692be6c
parent0025c86b3a6e8e1b0345ce714af91c527e7167a3 (diff)
downloadpython-numpy-2e3202649692815e973f0e72820d25d5e536910d.tar.gz
python-numpy-2e3202649692815e973f0e72820d25d5e536910d.tar.bz2
python-numpy-2e3202649692815e973f0e72820d25d5e536910d.zip
DOC: Correct parameter names for spacing and invert
-rw-r--r--numpy/core/code_generators/ufunc_docstrings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/code_generators/ufunc_docstrings.py b/numpy/core/code_generators/ufunc_docstrings.py
index e0d65d2a2..7beda59f2 100644
--- a/numpy/core/code_generators/ufunc_docstrings.py
+++ b/numpy/core/code_generators/ufunc_docstrings.py
@@ -1480,7 +1480,7 @@ add_newdoc('numpy.core.umath', 'invert',
Parameters
----------
- x1 : array_like
+ x : array_like
Only integer and boolean types are handled.
$PARAMS
@@ -3164,7 +3164,7 @@ add_newdoc('numpy.core.umath', 'spacing',
Parameters
----------
- x1 : array_like
+ x : array_like
Values to find the spacing of.
$PARAMS