Skip to content

Commit a4a8201

Browse files
authored
docs: remove unnecessary words
1 parent 0b6b3a7 commit a4a8201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array_api_stubs/_draft/elementwise_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)