mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate
This commit is contained in:
parent
0741f801ba
commit
bf68c78a6f
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class BaseHTTPRequestHandler(SocketServer.StreamRequestHandler):
|
|||
def parse_request(self):
|
||||
"""Parse a request (internal).
|
||||
|
||||
The request should be stored in self.raw_request; the results
|
||||
The request should be stored in self.raw_requestline; the results
|
||||
are in self.command, self.path, self.request_version and
|
||||
self.headers.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue