Skip to content

Commit 0f41c4d

Browse files
committed
Fix dpctl.tensor.usm_ndarray.flags docstring
This makes it link to the new flags documentation
1 parent 5034bf1 commit 0f41c4d

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
@@ -661,7 +661,7 @@ cdef class usm_ndarray:
661661
@property
662662
def flags(self):
663663
"""
664-
Returns :class:`dpctl.tensor._flags` object.
664+
Returns :class:`dpctl.tensor._flags.Flags` object.
665665
"""
666666
return _flags.Flags(self, self.flags_)
667667

0 commit comments

Comments
 (0)