summaryrefslogtreecommitdiffstats
path: root/Lib/httplib.py
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-08-20 09:38:43 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-08-20 09:38:43 (GMT)
commit77db0165eb2a39a7986e7e5b08da420cc1388ac8 (patch)
treebda889e4b82d6bfc7751a6d1486d52bfdde853f8 /Lib/httplib.py
parente2ae86a19ea95642eb7d5513506474f403304808 (diff)
downloadcpython-77db0165eb2a39a7986e7e5b08da420cc1388ac8.zip
cpython-77db0165eb2a39a7986e7e5b08da420cc1388ac8.tar.gz
cpython-77db0165eb2a39a7986e7e5b08da420cc1388ac8.tar.bz2
comment typo fix
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 149fcbc..105daf7 100644
--- a/Lib/httplib.py
+++ b/Lib/httplib.py
@@ -328,7 +328,7 @@ class HTTPResponse:
def __init__(self, sock, debuglevel=0, strict=0, method=None, buffering=False):
if buffering:
# The caller won't be using any sock.recv() calls, so buffering
- # is fine and recommendef for performance
+ # is fine and recommended for performance.
self.fp = sock.makefile('rb')
else:
# The buffer size is specified as zero, because the headers of