File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/array_api_stubs/_draft Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -879,7 +879,7 @@ def conj(x: array, /) -> array:
879879 Notes
880880 -----
881881
882- - Whether or not the returned array and the input array share the same underlying memory is unspecified and thus implementation-defined.
882+ - Whether the returned array and the input array share the same underlying memory is unspecified and thus implementation-defined.
883883
884884 .. versionadded:: 2022.12
885885 """
@@ -2358,7 +2358,7 @@ def real(x: array, /) -> array:
23582358 Notes
23592359 -----
23602360
2361- - Whether or not the returned array and the input array share the same underlying memory is unspecified and thus implementation-defined.
2361+ - Whether the returned array and the input array share the same underlying memory is unspecified and thus implementation-defined.
23622362
23632363 .. versionadded:: 2022.12
23642364 """
You can’t perform that action at this time.
0 commit comments