diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/overrides.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/numpy/core/overrides.py b/numpy/core/overrides.py index 25892d5de..e93ef5d88 100644 --- a/numpy/core/overrides.py +++ b/numpy/core/overrides.py @@ -49,8 +49,10 @@ add_docstring( ``_ArrayFunctionDispatcher`` must be called with ``like`` as the first (additional and positional) argument. implementation : function - Function that implements the operation on NumPy array without - overrides when called like. + Function that implements the operation on NumPy arrays without + overrides. Arguments passed calling the ``_ArrayFunctionDispatcher`` + will be forwarded to this (and the ``dispatcher``) as if using + ``*args, **kwargs``. Attributes ---------- |