Skip to content

Commit 3a059aa

Browse files
committed
Fix a typo in documentation
1 parent 0a9c725 commit 3a059aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/tensor/_copy_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def from_numpy(np_ary, /, *, device=None, usm_type="device", sycl_queue=None):
126126
arg:
127127
Input convertible to :class:`numpy.ndarray`
128128
device (object): array API specification of device where the
129-
output array is created. Device can be specified by a
129+
output array is created. Device can be specified by
130130
a filter selector string, an instance of
131131
:class:`dpctl.SyclDevice`, an instance of
132132
:class:`dpctl.SyclQueue`, or an instance of
@@ -620,7 +620,7 @@ def astype(
620620
If this keyword is set to `False`, a view of the input array
621621
may be returned when possible.
622622
device (object): array API specification of device where the
623-
output array is created. Device can be specified by a
623+
output array is created. Device can be specified by
624624
a filter selector string, an instance of
625625
:class:`dpctl.SyclDevice`, an instance of
626626
:class:`dpctl.SyclQueue`, or an instance of

0 commit comments

Comments
 (0)