Skip to content

Commit 99340e2

Browse files
authored
Merge pull request matplotlib#17006 from larrybradley/fix-typo
Fix typo
2 parents 622448d + e0ac4c4 commit 99340e2

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
@@ -375,7 +375,7 @@ class ColorbarBase:
375375
376376
ticklocation : {'auto', 'left', 'right', 'top', 'bottom'}
377377
378-
extend : {'neiter', 'both', 'min', 'max'}
378+
extend : {'neither', 'both', 'min', 'max'}
379379
380380
spacing : {'uniform', 'proportional'}
381381

0 commit comments

Comments
 (0)