forked from orbit-oss/flask
Merge pull request #337 from rozza/master
Updated docs - for Response class status_code => status
This commit is contained in:
commit
eb6a244a89
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ Response Objects
|
|||
|
||||
A :class:`Headers` object representing the response headers.
|
||||
|
||||
.. attribute:: status_code
|
||||
.. attribute:: status
|
||||
|
||||
The response status as integer.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue