Browse Source

Fixed paren in docstring

pull/112/head
Armin Ronacher 15 years ago
parent
commit
90b8df3e4c
  1. 2
      flask/helpers.py

2
flask/helpers.py

@ -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…
Cancel
Save