Skip to content

Commit aae481a

Browse files
committed
Clarify common description of out keyword
1 parent e8127d4 commit aae481a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/reference/ndarray.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,9 @@ reduction using a larger data type.
227227

228228
For several methods, an optional *out* argument can also be provided and the
229229
result will be placed into the output array given. The *out* argument must be
230-
an :class:`dpnp.ndarray` and have the same number of elements. It can have a
231-
different data type in which case casting will be performed.
230+
an :class:`dpnp.ndarray` and have the same number of elements as the result
231+
array. It can have a different data type in which case casting will be
232+
performed.
232233

233234
.. autosummary::
234235
:toctree: generated/

0 commit comments

Comments
 (0)