Browse Source

Fix typo.

pull/1638/head
Zhao Xiaohong 15 years ago committed by Armin Ronacher
parent
commit
a5a41d40aa
  1. 2
      flask.py

2
flask.py

@ -85,7 +85,7 @@ class Response(ResponseBase):
:meth:`~flask.Flask.make_response` will take care of that for you.
If you want to replace the response object used you can subclass this and
set :attr:`~flask.Flask.request_class` to your subclass.
set :attr:`~flask.Flask.response_class` to your subclass.
"""
default_mimetype = 'text/html'

Loading…
Cancel
Save