From 7750bded92d908cbc422c57b97214f8eec615b0d Mon Sep 17 00:00:00 2001 From: Masayuki Yamamoto Date: Sun, 19 Nov 2017 16:33:37 +0900 Subject: Document parameters of BaseServer.finish_request() (GH-4445) --- Doc/library/socketserver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/socketserver.rst b/Doc/library/socketserver.rst index 218a31c..e12c8c9 100644 --- a/Doc/library/socketserver.rst +++ b/Doc/library/socketserver.rst @@ -289,7 +289,7 @@ Server Objects .. XXX should the default implementations of these be documented, or should it be assumed that the user will look at socketserver.py? - .. method:: finish_request() + .. method:: finish_request(request, client_address) Actually processes the request by instantiating :attr:`RequestHandlerClass` and calling its :meth:`~BaseRequestHandler.handle` method. -- cgit v0.12