summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-12-30 13:29:23 -0700
committerGitHub <noreply@github.com>2017-12-30 13:29:23 -0700
commit33eecd4c6e6a29320bd99f06369cbf443a41a2b3 (patch)
treef32825e8c5fa8317184b64e0d3d70985c41ca584 /numpy/lib/function_base.py
parent7bb2d5a8f0219aa5acb5fda05929f1a0745a1883 (diff)
parent923e16db075302d17d73bc5426d9cd3af02c8483 (diff)
downloadnumpy-33eecd4c6e6a29320bd99f06369cbf443a41a2b3.tar.gz
Merge pull request #10300 from luzpaz/misc-typos
Documentation and misc. typos
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r--numpy/lib/function_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py
index e01333b8b..b4ac7274a 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -3195,7 +3195,7 @@ def _ureduce(a, func, **kwargs):
Input array or object that can be converted to an array.
func : callable
Reduction function capable of receiving a single axis argument.
- It is is called with `a` as first argument followed by `kwargs`.
+ It is called with `a` as first argument followed by `kwargs`.
kwargs : keyword arguments
additional keyword arguments to pass to `func`.