From e0c2431789384559050cc81b8cd97dfbf7738bdc Mon Sep 17 00:00:00 2001 From: Sarah Brown Date: Sun, 26 Jan 2025 10:18:53 -0500 Subject: [PATCH] Fix typo (#3757) --- doc/_tutorial/distributions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_tutorial/distributions.ipynb b/doc/_tutorial/distributions.ipynb index e1f03b0578..66d783143a 100644 --- a/doc/_tutorial/distributions.ipynb +++ b/doc/_tutorial/distributions.ipynb @@ -216,7 +216,7 @@ "cell_type": "raw", "metadata": {}, "source": [ - "The stacked histogram emphasizes the part-whole relationship between the variables, but it can obscure other features (for example, it is difficult to determine the mode of the Adelie distribution. Another option is \"dodge\" the bars, which moves them horizontally and reduces their width. This ensures that there are no overlaps and that the bars remain comparable in terms of height. But it only works well when the categorical variable has a small number of levels:" + "The stacked histogram emphasizes the part-whole relationship between the variables, but it can obscure other features (for example, it is difficult to determine the mode of the Adelie distribution). Another option is \"dodge\" the bars, which moves them horizontally and reduces their width. This ensures that there are no overlaps and that the bars remain comparable in terms of height. But it only works well when the categorical variable has a small number of levels:" ] }, {