From a5a41d40aaa9f6ed70b487133ddaf48ceb3d054f Mon Sep 17 00:00:00 2001 From: Zhao Xiaohong Date: Thu, 13 May 2010 14:42:03 +0800 Subject: [PATCH] Fix typo. --- flask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask.py b/flask.py index dcf26b32..6f8a21fc 100644 --- a/flask.py +++ b/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'