Skip to content

Commit befb3e8

Browse files
committed
merge with 3.2
2 parents 668e106 + a571809 commit befb3e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/random.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Basic usage::
315315
>>> random.sample([1, 2, 3, 4, 5], 3) # Three samples without replacement
316316
[4, 1, 5]
317317

318-
A common task is to make a :func:`random.choice` with weighted probababilites.
318+
A common task is to make a :func:`random.choice` with weighted probabilities.
319319

320320
If the weights are small integer ratios, a simple technique is to build a sample
321321
population with repeats::

0 commit comments

Comments
 (0)