Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7750bde

Browse files
ma8maberkerpeksag
authored andcommitted
Document parameters of BaseServer.finish_request() (GH-4445)
1 parent 0c71653 commit 7750bde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/socketserver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Server Objects
289289
.. XXX should the default implementations of these be documented, or should
290290
it be assumed that the user will look at socketserver.py?
291291
292-
.. method:: finish_request()
292+
.. method:: finish_request(request, client_address)
293293

294294
Actually processes the request by instantiating :attr:`RequestHandlerClass` and
295295
calling its :meth:`~BaseRequestHandler.handle` method.

0 commit comments

Comments
 (0)