Skip to content

Commit e682912

Browse files
committed
Exclude __reduce__ method from rendering documentation
1 parent bc555af commit e682912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/ndarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ For standard library functions:
361361

362362
dpnp.ndarray.__copy__
363363
dpnp.ndarray.__deepcopy__
364-
dpnp.ndarray.__reduce__
364+
.. dpnp.ndarray.__reduce__
365365
dpnp.ndarray.__setstate__
366366

367367
Basic customization:

0 commit comments

Comments
 (0)