pep 525: Fix shutdown_asyncgens description
This commit is contained in:
parent
835bcd8efa
commit
ed31f2709a
|
@ -451,8 +451,7 @@ New Standard Library Functions and Types
|
|||
3. ``inspect.isasyncgen()`` and ``inspect.isasyncgenfunction()``
|
||||
introspection functions.
|
||||
|
||||
4. New method for asyncio event loop:
|
||||
``loop.shutdown_asyncgens(*, timeout=30)``.
|
||||
4. New method for asyncio event loop: ``loop.shutdown_asyncgens()``.
|
||||
|
||||
|
||||
Backwards Compatibility
|
||||
|
|
Loading…
Reference in New Issue