Skip to content

Commit 36253c0

Browse files
committed
Fix long line
1 parent c540411 commit 36253c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/colors.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,9 @@ class ListedColormap(Colormap):
760760
name : str, optional
761761
String to identify the colormap.
762762
N : int, optional
763-
Number of entries in the map. The default is *None*, in which case there
764-
is one colormap entry for each element in the list of colors. If::
763+
Number of entries in the map. The default is *None*, in which case
764+
there is one colormap entry for each element in the list of colors.
765+
If::
765766
766767
N < len(colors)
767768

0 commit comments

Comments
 (0)