Api fix status_code => status

This commit is contained in:
Ross Lawley 2011-10-17 13:12:12 +00:00
parent d16c6abf53
commit 11c9bf2943

View file

@ -144,7 +144,7 @@ Response Objects
A :class:`Headers` object representing the response headers.
.. attribute:: status_code
.. attribute:: status
The response status as integer.