From 39d87b54715197ca9dcb6902bb43461c0ed701a2 Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Sat, 31 Aug 2019 06:21:19 +1000 Subject: Fix typos mostly in comments, docs and test names (GH-15209) --- Lib/test/test_collections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_collections.py') diff --git a/Lib/test/test_collections.py b/Lib/test/test_collections.py index 7f01de6f43..a2a66a7572 100644 --- a/Lib/test/test_collections.py +++ b/Lib/test/test_collections.py @@ -1927,7 +1927,7 @@ class TestCounter(unittest.TestCase): 'r', 'c', 'd', ' ', 's', 's', 'i', 'i', 'm', 'm', 'l']) # Math operations order first by the order encountered in the left - # operand and then by the order encounted in the right operand. + # operand and then by the order encountered in the right operand. ps = 'aaabbcdddeefggghhijjjkkl' qs = 'abbcccdeefffhkkllllmmnno' order = {letter: i for i, letter in enumerate(dict.fromkeys(ps + qs))} -- cgit v1.2.1