Clearer description of Response.close().

This commit is contained in:
Cory Benfield
2014-04-28 19:42:30 +01:00
parent 7fa9799e28
commit 142b26ea7b
+2 -2
View File
@@ -791,8 +791,8 @@ class Response(object):
raise HTTPError(http_error_msg, response=self)
def close(self):
"""Closes the underlying file descriptor and releases the connection
back to the pool.
"""Releases the connection back to the pool. Once this method has been
called the underlying ``raw`` object must not be accessed again.
*Note: Should not normally need to be called explicitly.*
"""