[Python-checkins] cpython (3.6): Issue #28793: Fix c/p error in AsyncGenerator documentation

berker.peksag python-checkins at python.org
Fri Nov 25 09:31:32 EST 2016


https://hg.python.org/cpython/rev/078c037b1571
changeset:   105361:078c037b1571
branch:      3.6
parent:      105357:303cedfb9e7a
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Fri Nov 25 17:31:27 2016 +0300
summary:
  Issue #28793: Fix c/p error in AsyncGenerator documentation

Patch by Julien Palard.

files:
  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
--- a/Doc/library/collections.abc.rst
+++ b/Doc/library/collections.abc.rst
@@ -223,7 +223,7 @@
 
    .. versionadded:: 3.5
 
-.. class:: Generator
+.. class:: AsyncGenerator
 
    ABC for asynchronous generator classes that implement the protocol
    defined in :pep:`525` and :pep:`492`.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list