Skip to content

Commit 8fa32f2

Browse files
antonwolfyvtavana
andauthored
Update dpnp/dpnp_iface_arraycreation.py
Co-authored-by: Vahid Tavanashad <[email protected]>
1 parent 4a414b8 commit 8fa32f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_arraycreation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ def from_dlpack(x, /, *, device=None, copy=None):
20842084
copy : {bool, None}, optional
20852085
Boolean indicating whether or not to copy the input.
20862086
2087-
* If `copy``is ``True``, the input will always be copied.
2087+
* If `copy` is ``True``, the input will always be copied.
20882088
* If ``False``, a ``BufferError`` will be raised if a copy is deemed
20892089
necessary.
20902090
* If ``None``, a copy will be made only if deemed necessary, otherwise,

0 commit comments

Comments
 (0)