Skip to content

Commit 93d8f48

Browse files
committed
Fix dpctl.tensor.usm_ndarray.flags docstring
This makes it link to the new flags documentation
1 parent a5213d6 commit 93d8f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_usmarray.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ cdef class usm_ndarray:
681681
@property
682682
def flags(self):
683683
"""
684-
Returns :class:`dpctl.tensor._flags` object.
684+
Returns :class:`dpctl.tensor._flags.Flags` object.
685685
"""
686686
return _flags.Flags(self, self.flags_)
687687

0 commit comments

Comments
 (0)