8000 DOC: make doc string slightly more precise · matplotlib/matplotlib@39b5dfc · GitHub
[go: up one dir, main page]

Skip to content

Commit 39b5dfc

Browse files
committed
DOC: make doc string slightly more precise
1 parent a5f5317 commit 39b5dfc

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
@@ -1429,7 +1429,7 @@ def __init__(self, boundaries, ncolors, clip=False, *, extend='neither'):
14291429
Parameters
14301430
----------
14311431
boundaries : array-like
1432-
Monotonically increasing sequence of boundaries.
1432+
Monotonically increasing sequence of at least 2 boundaries.
14331433
ncolors : int
14341434
Number of colors in the colormap to be used.
14351435
clip : bool, optional

0 commit comments

Comments
 (0)
0