Fix typo.

This commit is contained in:
Zhao Xiaohong 2010-05-13 14:42:03 +08:00 committed by Armin Ronacher
parent 93a8ca0282
commit a5a41d40aa

View file

@ -85,7 +85,7 @@ class Response(ResponseBase):
:meth:`~flask.Flask.make_response` will take care of that for you. :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 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' default_mimetype = 'text/html'