Skip to content

Commit 551c410

Browse files
drewlevittCGe0516
authored andcommitted
DOC: Correct singular "die"/plural "dice" (pandas-dev#42574)
1 parent 3131cbc commit 551c410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/plotting/_core.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1306,8 +1306,8 @@ def hist(self, by=None, bins=10, **kwargs):
13061306
13071307
Examples
13081308
--------
1309-
When we draw a dice 6000 times, we expect to get each value around 1000
1310-
times. But when we draw two dices and sum the result, the distribution
1309+
When we roll a die 6000 times, we expect to get each value around 1000
1310+
times. But when we roll two dice and sum the result, the distribution
13111311
is going to be quite different. A histogram illustrates those
13121312
distributions.
13131313

0 commit comments

Comments
 (0)