Skip to content

Commit 91c0933

Browse files
Add See Also section to common_type docs
1 parent d3504b5 commit 91c0933

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dpnp/dpnp_iface_types.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ def common_type(*arrays):
176176
out: data type
177177
Data type object.
178178
179+
See Also
180+
--------
181+
:obj:`dpnp.dtype` : Create a data type object.
182+
179183
Examples
180184
--------
181185
>>> import dpnp as np

0 commit comments

Comments
 (0)