Docstring typo fix

This commit is contained in:
Andrew M. Kuchling 2002-11-13 13:25:46 +00:00
parent 8a61f499dc
commit ea002a1aff

View file

@ -381,7 +381,7 @@ class Random:
list itself is in random order so that all sub-slices are also
random samples. The original sequence is left undisturbed.
If the population has repeated elements, then each occurence is
If the population has repeated elements, then each occurrence is
a possible selection in the sample.
If indices are needed for a large population, use xrange as an