]> granicus.if.org Git - python/commitdiff
comment typo fix
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 20 Aug 2009 09:38:43 +0000 (09:38 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 20 Aug 2009 09:38:43 +0000 (09:38 +0000)
Lib/httplib.py

index 149fcbcdfca2de6fcb4d729a1dbbde44a8d83d9c..105daf78cf4ab278d557aad2120e7368a87f75bc 100644 (file)
@@ -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