diff --git a/pep-0525.txt b/pep-0525.txt index a99e6b7db..92818cb90 100644 --- a/pep-0525.txt +++ b/pep-0525.txt @@ -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