]> granicus.if.org Git - python/commitdiff
typo
authorSkip Montanaro <skip@pobox.com>
Thu, 25 Jul 2002 16:10:38 +0000 (16:10 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 25 Jul 2002 16:10:38 +0000 (16:10 +0000)
Lib/httplib.py

index 8835feb2e72bd604e2291e2dac5b44d8d1ab9394..ef131d3fed0c4e4123c817522dddc369931dd7f2 100644 (file)
@@ -203,7 +203,7 @@ class HTTPResponse:
 
     # strict: If true, raise BadStatusLine if the status line can't be
     # parsed as a valid HTTP/1.0 or 1.1 status line.  By default it is
-    # false because it prvents clients from talking to HTTP/0.9
+    # false because it prevents clients from talking to HTTP/0.9
     # servers.  Note that a response with a sufficiently corrupted
     # status line will look like an HTTP/0.9 response.