This commit is contained in:
Jakub Wilk 2018-01-08 22:45:00 +01:00
parent 8394461658
commit 03cd437f01

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.