Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate

This commit is contained in:
Raymond Hettinger 2003-06-02 14:25:43 +00:00
parent 0741f801ba
commit bf68c78a6f
1 changed files with 1 additions and 1 deletions

View File

@ -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.