Skip to content

Commit d617b2a

Browse files
committed
update
1 parent 8c093c8 commit d617b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def main():
7272
del m1[1, 1]
7373
print(m1)
7474

75-
# Conovert a nxn matrix to a sparse matrix
75+
# Conovert a nXn matrix to a sparse matrix
7676
matrix = [
7777
[0, 0, 1, 3],
7878
[0, 0, 0, 0],

0 commit comments

Comments
 (0)