Skip to content

Commit 8232c5f

Browse files
authored
Fix wrong function name in array_object.py (#258)
1 parent a7a91fe commit 8232c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/array_object.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ Evaluates `self_i | other_i` for each element of an array instance with the resp
953953

954954
```{note}
955955
956-
Element-wise results must equal the results returned by the equivalent element-wise function [`positive(x1, x2)`](elementwise_functions.md#bitwise_orx1-x2-).
956+
Element-wise results must equal the results returned by the equivalent element-wise function [`bitwise_or(x1, x2)`](elementwise_functions.md#bitwise_orx1-x2-).
957957
```
958958

959959
(method-__pos__)=

0 commit comments

Comments
 (0)