Show More
@@ -414,7 +414,7 b' class HTTPConnection(object):' | |||
|
414 | 414 | """Close the connection to the server. |
|
415 | 415 | |
|
416 | 416 | This is a no-op if the connection is already closed. The |
|
417 |
connection may automatically close if reques |
|
|
417 | connection may automatically close if requested by the server | |
|
418 | 418 | or required by the nature of a response. |
|
419 | 419 | """ |
|
420 | 420 | if self.sock is None: |
General Comments 0
You need to be logged in to leave comments.
Login now