Merge pull request #1484 from jwilk-forks/spelling

Fix typo
This commit is contained in:
Kodi Arfer 2018-01-08 16:48:56 -05:00 committed by GitHub
commit ec32fe3104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1050,7 +1050,7 @@ for/a
-----
``for/a`` behaves like ``for`` but is used to call a function for each
element generated by an asyncronous generator expression. The results
element generated by an asynchronous generator expression. The results
of each call are discarded and the ``for/a`` expression returns
``None`` instead.