mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Fix typos
This commit is contained in:
parent
7d895d3c37
commit
24e4239434
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue