8000 Merge pull request #12229 from liwt31/fix_typo · numpy/numpy@eb40e16 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb40e16

Browse files
authored
Merge pull request #12229 from liwt31/fix_typo
MAINT: Fix typo in comment
2 parents 2be1544 + 8f246ea commit eb40e16

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