mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Fix typos and English grammar in documentation and code comment
This commit is contained in:
parent
d4704803b9
commit
70c502aacf
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue