We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8127d4 commit aae481aCopy full SHA for aae481a
doc/reference/ndarray.rst
@@ -227,8 +227,9 @@ reduction using a larger data type.
227
228
For several methods, an optional *out* argument can also be provided and the
229
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.
+an :class:`dpnp.ndarray` and have the same number of elements as the result
+array. It can have a different data type in which case casting will be
232
+performed.
233
234
.. autosummary::
235
:toctree: generated/
0 commit comments