mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Fix typo in doc for handle(): client_request should be client_address.
Noted by Stefan Witzel.
This commit is contained in:
parent
fdb3d1a75e
commit
da30f4ca6b
@ -176,7 +176,7 @@ function will not be called.
|
||||
This function must do all the work required to service a request.
|
||||
Several instance attributes are available to it; the request is
|
||||
available as \member{self.request}; the client address as
|
||||
\member{self.client_request}; and the server instance as
|
||||
\member{self.client_address}; and the server instance as
|
||||
\member{self.server}, in case it needs access to per-server
|
||||
information.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user