We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c103a0f commit 5c683f3Copy full SHA for 5c683f3
dpnp/dpnp_array.py
@@ -243,7 +243,7 @@ def __complex__(self):
243
return self._array_obj.__complex__()
244
245
def __contains__(self, value, /):
246
- """Return :math:`value in self`."""
+ r"""Return :math:`\text{value in self}`."""
247
return (self == value).any()
248
249
def __copy__(self):
0 commit comments