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

Skip to content

Commit 82ad5b6

Browse files
authored
Merge pull request #15870 from meeseeksmachine/auto-backport-of-pr-15865-on-v3.2.x
Backport PR #15865 on branch v3.2.x (Fix a typo)
2 parents 8a96324 + 728a7ae commit 82ad5b6

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)