summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-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 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