Skip to content

Commit 5c683f3

Browse files
committed
Use plain text inside a math expression
1 parent c103a0f commit 5c683f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def __complex__(self):
243243
return self._array_obj.__complex__()
244244

245245
def __contains__(self, value, /):
246-
"""Return :math:`value in self`."""
246+
r"""Return :math:`\text{value in self}`."""
247247
return (self == value).any()
248248

249249
def __copy__(self):

0 commit comments

Comments
 (0)