[New-bugs-announce] [issue28793] Copy-paste error in collections.abc docs for AsyncGenerator

Nathaniel Smith report at bugs.python.org
Thu Nov 24 17:01:06 EST 2016


New submission from Nathaniel Smith:

There's a small copy-paste error in the docs for collections.abc.AsyncGenerator -- it's called collections.abc.Generator:

"class collections.abc.Generator

    ABC for asynchronous generator classes that implement the protocol defined in PEP 525 and PEP 492.

    New in version 3.6.
"

I can't link directly to it, because sphinx is confused about there being multiple definitions for collections.abc.Generator, but this link is close: https://docs.python.org/3.7/library/collections.abc.html#collections.abc.AsyncIterator

----------
messages: 281661
nosy: njs, yselivanov
priority: normal
severity: normal
status: open
title: Copy-paste error in collections.abc docs for AsyncGenerator
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28793>
_______________________________________


More information about the New-bugs-announce mailing list