From 0ecc686372f577ccbcbcb818e1386ceb7bd9391d Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 17 Apr 2011 19:03:06 +0200 Subject: [PATCH] Fixed a typo --- flask/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/helpers.py b/flask/helpers.py index ed8a5d5c..458d6252 100644 --- a/flask/helpers.py +++ b/flask/helpers.py @@ -321,7 +321,7 @@ def send_file(filename_or_fp, mimetype=None, as_attachment=False, if not attachment_filename and not mimetype \ and isinstance(filename, basestring): warn(DeprecationWarning('The filename support for file objects ' - 'passed to send_file is not deprecated. Pass an ' + 'passed to send_file is now deprecated. Pass an ' 'attach_filename if you want mimetypes to be guessed.'), stacklevel=2) if add_etags: