Merge pull request #925 from tadjik1/patch-1

fix typo in article title
This commit is contained in:
Ilya Kantor 2019-04-19 15:15:58 +03:00 committed by GitHub
commit b6f0a67d74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Async iteration and generators
# Async iterators and generators
Asynchronous iterators allow to iterate over data that comes asynchronously, on-demand.