Skip to content

Commit 6502a4c

Browse files
committed
DOC: fix matrix_transpose doctest
[skip actions][skip azp][skip cirrus]
1 parent cc55d18 commit 6502a4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/_core/fromnumeric.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ def matrix_transpose(x, /):
731731
>>> np.matrix_transpose([[[1, 2], [3, 4]], [[5, 6], [7, 8]]])
732732
array([[[1, 3],
733733
[2, 4]],
734-
735734
[[5, 7],
736735
[6, 8]]])
737736

0 commit comments

Comments
 (0)