mirror of
https://github.com/python/cpython.git
synced 2026-05-13 16:08:19 -04:00
be9e4402db
Fix the wording in the documentation of `async for` to correctly describe asynchronous iterables. This fix is relevant for version 3.7 onward.
(cherry picked from commit 4b8cdfcb22)
Co-authored-by: Nick Gaya <nicholasgaya+github@gmail.com>