Skip to content

Commit a047fb6

Browse files
authored
DOC: fix a typo: "RBG" -> "RGB" (#50138)
1 parent b9980b6 commit a047fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_misc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def andrews_curves(
293293
Number of points to plot in each curve.
294294
color : str, list[str] or tuple[str], optional
295295
Colors to use for the different classes. Colors can be strings
296-
or 3-element floating point RBG values.
296+
or 3-element floating point RGB values.
297297
colormap : str or matplotlib colormap object, default None
298298
Colormap to select colors from. If a string, load colormap with that
299299
name from matplotlib.

0 commit comments

Comments
 (0)