Merge pull request #1234 from Vassius/issue-1225

Fix issue #1225 (Documentation: response object status/reason)
This commit is contained in:
Kenneth Reitz
2013-03-05 07:31:10 -08:00
-1
View File
@@ -287,7 +287,6 @@ We can view the server's response headers using a Python dictionary::
>>> r.headers
{
'status': '200 OK',
'content-encoding': 'gzip',
'transfer-encoding': 'chunked',
'connection': 'close',