diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-11-25 14:31:57 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-11-25 14:31:57 (GMT) |
commit | 5d307ef838245cc6f711f7c32ec48295654b7e33 (patch) | |
tree | 6ac06d99e07b1786ae70cab0c4db48f26cacb5ba /Doc | |
parent | 6193ecd77907dafa83235dd1386354613ecafcdf (diff) | |
parent | 61d9c8639e429a14e11df0243c3664581983f24b (diff) | |
download | cpython-5d307ef838245cc6f711f7c32ec48295654b7e33.zip cpython-5d307ef838245cc6f711f7c32ec48295654b7e33.tar.gz cpython-5d307ef838245cc6f711f7c32ec48295654b7e33.tar.bz2 |
Issue #28793: Merge from 3.6
Diffstat (limited to 'Doc')
-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 3ac49db..58b03b9 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`. |