Skip to content

Commit 0d1cd4e

Browse files
committed
Fixed typos in description
1 parent ea78c32 commit 0d1cd4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dpnp/dpnp_iface_manipulation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def concatenate(arrays, /, *, axis=0, out=None, dtype=None, **kwargs):
251251
Limitations
252252
-----------
253253
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
255255
will be raised.
256256
Parameters `out` and `dtype are supported with default value.
257257
Keyword argument ``kwargs`` is currently unsupported.
@@ -324,7 +324,7 @@ def copyto(dst, src, casting="same_kind", where=True):
324324
or :class:`dpctl.tensor.usm_ndarray`.
325325
The `where` parameter is supported as either :class:`dpnp.ndarray`,
326326
:class:`dpctl.tensor.usm_ndarray` or scalar.
327-
Otherwise ``TypeError`` exeption will be raised.
327+
Otherwise ``TypeError`` exception will be raised.
328328
Input array data types are limited by supported DPNP :ref:`Data types`.
329329
330330
Examples
@@ -862,7 +862,7 @@ def stack(arrays, /, *, axis=0, out=None, dtype=None, **kwargs):
862862
Limitations
863863
-----------
864864
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
866866
will be raised.
867867
Parameters `out` and `dtype are supported with default value.
868868
Keyword argument ``kwargs`` is currently unsupported.

0 commit comments

Comments
 (0)