]> granicus.if.org Git - python/commitdiff
Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate
authorRaymond Hettinger <python@rcn.com>
Mon, 2 Jun 2003 14:25:43 +0000 (14:25 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Jun 2003 14:25:43 +0000 (14:25 +0000)
Lib/BaseHTTPServer.py

index 7cc7b9e5d2b6857d02f839f17482386ea0a501cc..edb15ab4306e38a0f418114677e1fbf904d07f0c 100644 (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.