Skip to content

Commit 7e2b69e

Browse files
authored
Merge pull request #2006 from IntelPython/fix-type-in-docs
Fix a typo in documentation
2 parents a38e0f2 + 3a059aa commit 7e2b69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/tensor/_copy_utils.py

+2-2
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)