From 24e4239434a00fa38187e390eb8ab29f1864350c Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 13 Nov 2016 00:42:56 -0500 Subject: Fix typos --- Lib/test/test_random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_random.py') diff --git a/Lib/test/test_random.py b/Lib/test/test_random.py index a4413b5146..fd0d2e319e 100644 --- a/Lib/test/test_random.py +++ b/Lib/test/test_random.py @@ -630,7 +630,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 -- cgit v1.2.1