Skip to content

Commit c540411

Browse files
authored
Apply suggestions from code review
Co-Authored-By: dstansby <[email protected]>
1 parent 7d5b8f7 commit c540411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/colors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,9 +758,9 @@ class ListedColormap(Colormap):
758758
List of Matplotlib color specifications, or an equivalent Nx3 or Nx4
759759
floating point array (*N* rgb or rgba values).
760760
name : str, optional
761-
String to identify the colormap
761+
String to identify the colormap.
762762
N : int, optional
763-
Number of entries in the map. The default is *None*,in which case there
763+
Number of entries in the map. The default is *None*, in which case there
764764
is one colormap entry for each element in the list of colors. If::
765765
766766
N < len(colors)

0 commit comments

Comments
 (0)