Skip to content

Commit fb68c7e

Browse files
committed
Fix spelling error (codespell)
1 parent 4d13091 commit fb68c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix/transpose_of_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
suppose A=[[1,2,3],
77
[4,5,6],
88
[7,8,9]]
9-
is the given matix then it's transpose will be
9+
is the given matrix then it's transpose will be
1010
A^t=[[1,4,7],
1111
[2,5,8],
1212
[3,6,9]]

0 commit comments

Comments
 (0)