diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index fc73c2069cd..6f56026db4a 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -675,6 +675,8 @@ Task functions :exc:`asyncio.TimeoutError` is raised outside of context manager scope. + Passing ``None`` as *timeout* argument disables the manager logic. + .. coroutinefunction:: wait(futures, \*, loop=None, timeout=None,\ return_when=ALL_COMPLETED)