Skip to content

Commit

Permalink
Fix the return annotation for numpy.array_api.Array.__setitem__
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Aug 12, 2021
1 parent 8f7d00e commit d5956c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/array_api/_array_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def __setitem__(
],
value: Union[int, float, bool, Array],
/,
) -> Array:
) -> None:
"""
Performs the operation __setitem__.
"""
Expand Down

0 comments on commit d5956c1

Please sign in to comment.