diff options
Diffstat (limited to 'numpy/core/overrides.py')
-rw-r--r-- | numpy/core/overrides.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/overrides.py b/numpy/core/overrides.py index 55c7bd1ea..816b11293 100644 --- a/numpy/core/overrides.py +++ b/numpy/core/overrides.py @@ -20,8 +20,8 @@ add_docstring( All arguments are required, and can only be passed by position. - Arguments - --------- + Parameters + ---------- implementation : function Function that implements the operation on NumPy array without overrides when called like ``implementation(*args, **kwargs)``. |