Fix issue #1225 (Documentation: response object status/reason)

This commit is contained in:
Markus Wiik
2013-03-05 16:18:24 +01:00
parent d25ba77b2e
commit 90e109c241
-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',