Skip to content

Commit f16ebec

Browse files
timhoffmQuLogic
andauthored
Update lib/matplotlib/colors.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 84954b0 commit f16ebec

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
@@ -918,7 +918,7 @@ def with_extremes(self, *, bad=None, under=None, over=None):
918918

919919
def _set_extremes(self, bad=None, under=None, over=None):
920920
"""
921-
Set the colors for masked (*bad*) and out-of-range (*under* and *over) values.
921+
Set the colors for masked (*bad*) and out-of-range (*under* and *over*) values.
922922
923923
Parameters that are None are left unchanged.
924924
"""

0 commit comments

Comments
 (0)