8000 MAINT: Fix typo in comment · numpy/numpy@8f246ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f246ea

Browse files
committed
MAINT: Fix typo in comment
1 parent 2be1544 commit 8f246ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/core/overrides.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def array_function_implementation_or_override(
7171
Function that implements the operation on NumPy array without
7272
overrides when called like ``implementation(*args, **kwargs)``.
7373
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
74+
Function exposed by NumPy's public API originally called like
75+
``public_api(*args, **kwargs)`` on which arguments are now being
7676
checked.
7777
relevant_args : iterable
7878
Iterable of arguments to check for __array_function__ methods.

0 commit comments

Comments
 (0)
0