summaryrefslogtreecommitdiff
path: root/Lib/httplib.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2002-07-25 16:10:38 +0000
committerSkip Montanaro <skip@pobox.com>2002-07-25 16:10:38 +0000
commit46b02ae072df138a88c81bf48f223e942adbbfb4 (patch)
treee0bacd73424b11ffd3866129823fa798b1eb6c51 /Lib/httplib.py
parent99cc17db7af6a749b0e42bef58b6731142291d06 (diff)
downloadcpython-46b02ae072df138a88c81bf48f223e942adbbfb4.tar.gz
typo
Diffstat (limited to 'Lib/httplib.py')
-rw-r--r--Lib/httplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/httplib.py b/Lib/httplib.py
index 8835feb2e7..ef131d3fed 100644
--- a/Lib/httplib.py
+++ b/Lib/httplib.py
@@ -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.