diff options
author | Skip Montanaro <skip@pobox.com> | 2002-07-25 16:10:38 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2002-07-25 16:10:38 (GMT) |
commit | 186bec2f8d7c057b4b9be492b11f4929068e9b84 (patch) | |
tree | 147fa5cce75112a8551d396e8ecfa6b343f9f788 /Lib/httplib.py | |
parent | 3a48ed94817fb3ec9c204160b606d344d67b1410 (diff) | |
download | cpython-186bec2f8d7c057b4b9be492b11f4929068e9b84.zip cpython-186bec2f8d7c057b4b9be492b11f4929068e9b84.tar.gz cpython-186bec2f8d7c057b4b9be492b11f4929068e9b84.tar.bz2 |
typo
Diffstat (limited to 'Lib/httplib.py')
-rw-r--r-- | Lib/httplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/httplib.py b/Lib/httplib.py index 8835feb..ef131d3 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. |