diff --git a/pandas/plotting/_core.py b/pandas/plotting/_core.py index 990ccbc2a015b..8b2ac31532344 100644 --- a/pandas/plotting/_core.py +++ b/pandas/plotting/_core.py @@ -1306,8 +1306,8 @@ def hist(self, by=None, bins=10, **kwargs): Examples -------- - When we draw a dice 6000 times, we expect to get each value around 1000 - times. But when we draw two dices and sum the result, the distribution + When we roll a die 6000 times, we expect to get each value around 1000 + times. But when we roll two dice and sum the result, the distribution is going to be quite different. A histogram illustrates those distributions.