mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Docstring typo fix
This commit is contained in:
parent
8a61f499dc
commit
ea002a1aff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue