Skip to content

Commit 466dced

Browse files
story645meeseeksmachine
authored andcommitted
Backport PR #17006: Fix typo
1 parent eaf5de0 commit 466dced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ class ColorbarBase(_ColorbarMappableDummy):
405405
406406
ticklocation : {'auto', 'left', 'right', 'top', 'bottom'}
407407
408-
extend : {'neiter', 'both', 'min', 'max'}
408+
extend : {'neither', 'both', 'min', 'max'}
409409
410410
spacing : {'uniform', 'proportional'}
411411

0 commit comments

Comments
 (0)