diff --git a/CHANGES/3151.doc b/CHANGES/3151.doc new file mode 100644 index 00000000000..4c740ece21f --- /dev/null +++ b/CHANGES/3151.doc @@ -0,0 +1 @@ +Remove no longer existing lingering_timeout parameter of Application.make_handler from documentation. \ No newline at end of file diff --git a/docs/web_reference.rst b/docs/web_reference.rst index 887c19d4df2..61b1c4046ab 100644 --- a/docs/web_reference.rst +++ b/docs/web_reference.rst @@ -1437,9 +1437,6 @@ duplicated like one using :meth:`Application.copy`. lingering close is on. Use ``0`` for disabling lingering on server channel closing. - :param float lingering_timeout: maximum waiting time for more - client data to arrive when lingering close is in effect - You should pass result of the method as *protocol_factory* to :meth:`~asyncio.AbstractEventLoop.create_server`, e.g.::