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 77ee9e6ee..5be60cd29 100644 --- a/numpy/core/overrides.py +++ b/numpy/core/overrides.py @@ -71,8 +71,8 @@ def array_function_implementation_or_override( Function that implements the operation on NumPy array without overrides when called like ``implementation(*args, **kwargs)``. public_api : function - Function exposed by NumPy's public API riginally called like - ``public_api(*args, **kwargs`` on which arguments are now being + Function exposed by NumPy's public API originally called like + ``public_api(*args, **kwargs)`` on which arguments are now being checked. relevant_args : iterable Iterable of arguments to check for __array_function__ methods. |