summaryrefslogtreecommitdiffstats
path: root/Lib/random.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-13 13:25:46 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-11-13 13:25:46 (GMT)
commitea002a1affff34ae89b691394acc5e67b55069fd (patch)
tree2d2c3d374d2e0df04aff6162006d2f85be6bf1e5 /Lib/random.py
parent8a61f499dcb6ea90cb6f283c13e9de53485dfb47 (diff)
downloadcpython-ea002a1affff34ae89b691394acc5e67b55069fd.zip
cpython-ea002a1affff34ae89b691394acc5e67b55069fd.tar.gz
cpython-ea002a1affff34ae89b691394acc5e67b55069fd.tar.bz2
Docstring typo fix
Diffstat (limited to 'Lib/random.py')
-rw-r--r--Lib/random.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/random.py b/Lib/random.py
index e2c675c..1e832e2 100644
--- a/Lib/random.py
+++ b/Lib/random.py
@@ -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