summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_random.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2016-11-13 05:44:24 (GMT)
committerRaymond Hettinger <python@rcn.com>2016-11-13 05:44:24 (GMT)
commit77f6411d9630c44b2b959ec8a4eb9d21078c1826 (patch)
tree425e4cc69f69dcee3e6a4c02dddf7fa145077f63 /Lib/test/test_random.py
parentcf767ab4dac1315da42d283eb9bf8e5de225511d (diff)
parent24e4239434a00fa38187e390eb8ab29f1864350c (diff)
downloadcpython-77f6411d9630c44b2b959ec8a4eb9d21078c1826.zip
cpython-77f6411d9630c44b2b959ec8a4eb9d21078c1826.tar.gz
cpython-77f6411d9630c44b2b959ec8a4eb9d21078c1826.tar.bz2
merge
Diffstat (limited to 'Lib/test/test_random.py')
-rw-r--r--Lib/test/test_random.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_random.py b/Lib/test/test_random.py
index f86077c..d2fa9d2 100644
--- a/Lib/test/test_random.py
+++ b/Lib/test/test_random.py
@@ -626,7 +626,7 @@ class MersenneTwister_TestBasicOps(TestBasicOps, unittest.TestCase):
self.assertEqual((x+stop)%step, 0)
def test_choices_algorithms(self):
- # The various ways of specifing weights should produce the same results
+ # The various ways of specifying weights should produce the same results
choices = self.gen.choices
n = 13132817