From e0ac4c4f46382c2e038852a7e312cb61145d7c21 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Tue, 31 Mar 2020 23:46:39 -0400 Subject: [PATCH] Fix typo --- lib/matplotlib/colorbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/colorbar.py b/lib/matplotlib/colorbar.py index df8269e2784f..0520ba5cb0ff 100644 --- a/lib/matplotlib/colorbar.py +++ b/lib/matplotlib/colorbar.py @@ -375,7 +375,7 @@ class ColorbarBase: ticklocation : {'auto', 'left', 'right', 'top', 'bottom'} - extend : {'neiter', 'both', 'min', 'max'} + extend : {'neither', 'both', 'min', 'max'} spacing : {'uniform', 'proportional'}