8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be1544 commit 8f246eaCopy full SHA for 8f246ea
numpy/core/overrides.py
@@ -71,8 +71,8 @@ def array_function_implementation_or_override(
71
Function that implements the operation on NumPy array without
72
overrides when called like ``implementation(*args, **kwargs)``.
73
public_api : function
74
- Function exposed by NumPy's public API riginally called like
75
- ``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
76
checked.
77
relevant_args : iterable
78
Iterable of arguments to check for __array_function__ methods.
0 commit comments