From 70c502aacf629bd470a88dc5f139937d62376143 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 12 Jun 2016 06:14:03 +0000 Subject: Fix typos and English grammar in documentation and code comment --- Lib/test/test_coroutines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_coroutines.py') diff --git a/Lib/test/test_coroutines.py b/Lib/test/test_coroutines.py index 4f725aeab2b..d0cefb0ef44 100644 --- a/Lib/test/test_coroutines.py +++ b/Lib/test/test_coroutines.py @@ -1423,7 +1423,7 @@ class CoroutineTest(unittest.TestCase): with warnings.catch_warnings(): warnings.simplefilter("error") - # Test that __aiter__ that returns an asyncronous iterator + # Test that __aiter__ that returns an asynchronous iterator # directly does not throw any warnings. run_async(main()) self.assertEqual(I, 111011) -- cgit v1.2.3