mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #28793: Fix c/p error in AsyncGenerator documentation
Patch by Julien Palard.
This commit is contained in:
parent
f7d199ff32
commit
61d9c8639e
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue