From 3a059aadb94f8c3c8f3812e50a8a6e602a81d3fb Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Fri, 21 Feb 2025 13:15:50 +0100 Subject: [PATCH] Fix a typo in documentation --- dpctl/tensor/_copy_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dpctl/tensor/_copy_utils.py b/dpctl/tensor/_copy_utils.py index 9cf25d0dd8..a3e925bc1c 100644 --- a/dpctl/tensor/_copy_utils.py +++ b/dpctl/tensor/_copy_utils.py @@ -126,7 +126,7 @@ def from_numpy(np_ary, /, *, device=None, usm_type="device", sycl_queue=None): arg: Input convertible to :class:`numpy.ndarray` device (object): array API specification of device where the - output array is created. Device can be specified by a + output array is created. Device can be specified by a filter selector string, an instance of :class:`dpctl.SyclDevice`, an instance of :class:`dpctl.SyclQueue`, or an instance of @@ -620,7 +620,7 @@ def astype( If this keyword is set to `False`, a view of the input array may be returned when possible. device (object): array API specification of device where the - output array is created. Device can be specified by a + output array is created. Device can be specified by a filter selector string, an instance of :class:`dpctl.SyclDevice`, an instance of :class:`dpctl.SyclQueue`, or an instance of