Skip to content

Commit 3683693

Browse files
Address a comment
1 parent 5f681bc commit 3683693

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dpnp/dpnp_iface_logic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,9 +1014,9 @@ def isfortran(a):
10141014
10151015
Examples
10161016
--------
1017-
dpnp.array allows to specify whether the array is written in C-contiguous
1018-
order (last index varies the fastest), or FORTRAN-contiguous order in
1019-
memory (first index varies the fastest).
1017+
:obj:`dpnp.array` allows to specify whether the array is written in
1018+
C-contiguous order (last index varies the fastest), or FORTRAN-contiguous
1019+
order in memory (first index varies the fastest).
10201020
10211021
>>> import dpnp as np
10221022
>>> a = np.array([[1, 2, 3], [4, 5, 6]], order='C')

0 commit comments

Comments
 (0)