diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-11-25 17:31:57 +0300 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-11-25 17:31:57 +0300 |
commit | 5d307ef838245cc6f711f7c32ec48295654b7e33 (patch) | |
tree | 6ac06d99e07b1786ae70cab0c4db48f26cacb5ba | |
parent | 6193ecd77907dafa83235dd1386354613ecafcdf (diff) | |
parent | 61d9c8639e429a14e11df0243c3664581983f24b (diff) | |
download | cpython-git-5d307ef838245cc6f711f7c32ec48295654b7e33.tar.gz |
Issue #28793: Merge from 3.6
-rw-r--r-- | Doc/library/collections.abc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.abc.rst b/Doc/library/collections.abc.rst index 3ac49db78d..58b03b9bd7 100644 --- a/Doc/library/collections.abc.rst +++ b/Doc/library/collections.abc.rst @@ -223,7 +223,7 @@ ABC Inherits from Abstract Methods Mixin .. versionadded:: 3.5 -.. class:: Generator +.. class:: AsyncGenerator ABC for asynchronous generator classes that implement the protocol defined in :pep:`525` and :pep:`492`. |