mirror of https://github.com/pallets/flask.git
Update docs/api.rst a bit to reflect code.
This commit is contained in:
parent
94692607e6
commit
d620ea7ea2
|
@ -146,6 +146,10 @@ Response Objects
|
|||
|
||||
.. attribute:: status
|
||||
|
||||
A string with a response status.
|
||||
|
||||
.. attribute:: status_code
|
||||
|
||||
The response status as integer.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue