mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	comment typo fix
This commit is contained in:
		
							parent
							
								
									e2ae86a19e
								
							
						
					
					
						commit
						77db0165eb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Gregory P. Smith
						Gregory P. Smith