]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #28793: Fix c/p error in AsyncGenerator documentation
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 25 Nov 2016 14:31:27 +0000 (17:31 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 25 Nov 2016 14:31:27 +0000 (17:31 +0300)
Patch by Julien Palard.

Doc/library/collections.abc.rst

index 3ac49db78d7dc1705129b661c27c620b8884c61b..58b03b9bd76804226c664328071a0a2312b036fa 100644 (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`.