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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28793>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to