diff options
author | wtli@Dirac <liwt31@163.com> | 2018-10-20 22:12:32 +0800 |
---|---|---|
committer | wtli@Dirac <liwt31@163.com> | 2018-10-20 22:24:19 +0800 |
commit | 8f246ea38d3db090b3937951506c50d015fea82e (patch) | |
tree | 3acc706000ad9d6744116f0ea2dfcab9c824f1be /numpy/core/overrides.py | |
parent | 2be154408c6a088a296da3cad274473ea7d03317 (diff) | |
download | numpy-8f246ea38d3db090b3937951506c50d015fea82e.tar.gz |
MAINT: Fix typo in comment
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. |