diff options
author | Raymond Hettinger <python@rcn.com> | 2016-11-13 00:44:24 -0500 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2016-11-13 00:44:24 -0500 |
commit | 77f6411d9630c44b2b959ec8a4eb9d21078c1826 (patch) | |
tree | 425e4cc69f69dcee3e6a4c02dddf7fa145077f63 /Lib/test/test_random.py | |
parent | cf767ab4dac1315da42d283eb9bf8e5de225511d (diff) | |
parent | 24e4239434a00fa38187e390eb8ab29f1864350c (diff) | |
download | cpython-git-77f6411d9630c44b2b959ec8a4eb9d21078c1826.tar.gz |
merge
Diffstat (limited to 'Lib/test/test_random.py')
-rw-r--r-- | Lib/test/test_random.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_random.py b/Lib/test/test_random.py index f86077c000..d2fa9d2551 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 |