Issue #28793: Merge from 3.6

This commit is contained in:
Berker Peksag 2016-11-25 17:31:57 +03:00
commit 5d307ef838
1 changed files with 1 additions and 1 deletions

View File

@ -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`.