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

Skip to content

Commit ae59549

Browse files
authored
Fix a typo (#15865)
Fix a typo
2 parents f53cc28 + c938a85 commit ae59549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/colors/colormapnorms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
# In [5]: print(norm([-0.2,-0.15,-0.02, 0.3, 0.8, 0.99]))
159159
# [0 0 1 2 3 3]
160160
#
161-
# Note unlike the other norms, this norm returns values from 0 to *ncolors*-1.
161+
# Note: Unlike the other norms, this norm returns values from 0 to *ncolors*-1.
162162

163163
N = 100
164164
X, Y = np.mgrid[-3:3:complex(0, N), -2:2:complex(0, N)]

0 commit comments

Comments
 (0)