Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f944078

Browse files
committed
remove spaces in comment
1 parent 53c5560 commit f944078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/matshow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def samplemat(dims):
1010
aa[i, i] = i
1111
return aa
1212

13-
# Display matrix
13+
# Display matrix
1414
plt.matshow(samplemat((15, 35)))
1515

1616
plt.show()

0 commit comments

Comments
 (0)