Fixed paren in docstring
This commit is contained in:
parent
6fc1492357
commit
90b8df3e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ def make_response(*args):
|
||||||
view function. This for example creates a response with a 404 error
|
view function. This for example creates a response with a 404 error
|
||||||
code::
|
code::
|
||||||
|
|
||||||
response = make_response(render_template('not_found.html', 404))
|
response = make_response(render_template('not_found.html'), 404)
|
||||||
|
|
||||||
Internally this function does the following things:
|
Internally this function does the following things:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue