diff --git a/galleries/examples/statistics/boxplot_color.py b/galleries/examples/statistics/boxplot_color.py index a6f45a54848a..496844236323 100644 --- a/galleries/examples/statistics/boxplot_color.py +++ b/galleries/examples/statistics/boxplot_color.py @@ -18,7 +18,7 @@ np.random.normal(125, 20, size=100), np.random.normal(120, 30, size=100), ] -labels = ['peaches', 'oranges', 'tomatos'] +labels = ['peaches', 'oranges', 'tomatoes'] colors = ['peachpuff', 'orange', 'tomato'] fig, ax = plt.subplots()