Skip to content

Commit 4843fe1

Browse files
authored
Update dpnp/tests/helper.py
1 parent e44be1e commit 4843fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def get_all_dtypes(
163163

164164
def get_array(xp, a):
165165
"""
166-
Cast input array `a` to a type supported by `xp` initerface.
166+
Cast input array `a` to a type supported by `xp` interface.
167167
168168
Implicit conversion of either DPNP or DPCTL array to a NumPy array is not
169169
allowed. Input array has to be explicitly casted with `asnumpy` function.

0 commit comments

Comments
 (0)