Commit c65e5146 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Docstring typo fix

parent 153a75a9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment