Issue #28793: Fix c/p error in AsyncGenerator documentation

Patch by Julien Palard.
This commit is contained in:
Berker Peksag 2016-11-25 17:31:27 +03:00
parent f7d199ff32
commit 61d9c8639e

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