Fix typos and English grammar in documentation and code comment

This commit is contained in:
Martin Panter 2016-06-12 06:14:03 +00:00
parent d4704803b9
commit 70c502aacf
3 changed files with 4 additions and 4 deletions

View file

@ -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)