@@ -251,7 +251,7 @@ def concatenate(arrays, /, *, axis=0, out=None, dtype=None, **kwargs):
251
251
Limitations
252
252
-----------
253
253
Each array in `arrays` is supported as either :class:`dpnp.ndarray`
254
- or :class:`dpctl.tensor.usm_ndarray`. Otherwise ``TypeError`` exeption
254
+ or :class:`dpctl.tensor.usm_ndarray`. Otherwise ``TypeError`` exception
255
255
will be raised.
256
256
Parameters `out` and `dtype are supported with default value.
257
257
Keyword argument ``kwargs`` is currently unsupported.
@@ -324,7 +324,7 @@ def copyto(dst, src, casting="same_kind", where=True):
324
324
or :class:`dpctl.tensor.usm_ndarray`.
325
325
The `where` parameter is supported as either :class:`dpnp.ndarray`,
326
326
:class:`dpctl.tensor.usm_ndarray` or scalar.
327
- Otherwise ``TypeError`` exeption will be raised.
327
+ Otherwise ``TypeError`` exception will be raised.
328
328
Input array data types are limited by supported DPNP :ref:`Data types`.
329
329
330
330
Examples
@@ -862,7 +862,7 @@ def stack(arrays, /, *, axis=0, out=None, dtype=None, **kwargs):
862
862
Limitations
863
863
-----------
864
864
Each array in `arrays` is supported as either :class:`dpnp.ndarray`
865
- or :class:`dpctl.tensor.usm_ndarray`. Otherwise ``TypeError`` exeption
865
+ or :class:`dpctl.tensor.usm_ndarray`. Otherwise ``TypeError`` exception
866
866
will be raised.
867
867
Parameters `out` and `dtype are supported with default value.
868
868
Keyword argument ``kwargs`` is currently unsupported.
0 commit comments