mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
bpo-36766: Typos in docs and code comments (GH-13116)
This commit is contained in:
parent
3921b1cc34
commit
9646630895
22 changed files with 22 additions and 22 deletions
|
@ -719,7 +719,7 @@ class MersenneTwister_TestBasicOps(TestBasicOps, unittest.TestCase):
|
|||
c = self.gen.choices(range(n), cum_weights=range(1, n+1), k=10000)
|
||||
self.assertEqual(a, c)
|
||||
|
||||
# Amerian Roulette
|
||||
# American Roulette
|
||||
population = ['Red', 'Black', 'Green']
|
||||
weights = [18, 18, 2]
|
||||
cum_weights = [18, 36, 38]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue