Skip to content

Commit 9dd7110

Browse files
committed
Fix small spelling mistake
1 parent 99279b4 commit 9dd7110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ def __init__(self, boundaries, ncolors, clip=False):
12691269
is mapped to the color with the same index.
12701270
12711271
If the number of bins doesn't equal *ncolors*, the color is chosen
1272-
by linear inpolation of the bin number onto color numbers.
1272+
by linear interpolation of the bin number onto color numbers.
12731273
"""
12741274
self.clip = clip
12751275
self.vmin = boundaries[0]

0 commit comments

Comments
 (0)