forked from orbit-oss/flask
fixes #677 - mistype in docs/quickstart
This commit is contained in:
parent
bfeee75696
commit
c999c179a2
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ Imagine you have a view like this:
|
|||
return render_template('error.html'), 404
|
||||
|
||||
You just need to wrap the return expression with
|
||||
:func:`~flask.make_response` and get the result object to modify it, then
|
||||
:func:`~flask.make_response` and get the response object to modify it, then
|
||||
return it:
|
||||
|
||||
.. sourcecode:: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue