Browse Source

Remove a redundant "the" in a comment.

pull/1225/head
Petr Zemek 10 years ago
parent
commit
d4f6734741
  1. 2
      flask/helpers.py

2
flask/helpers.py

@ -529,7 +529,7 @@ def send_file(filename_or_fp, mimetype=None, as_attachment=False,
rv = current_app.response_class(data, mimetype=mimetype, headers=headers,
direct_passthrough=True)
# if we know the file modification date, we can store it as the
# if we know the file modification date, we can store it as
# the time of the last modification.
if mtime is not None:
rv.last_modified = int(mtime)

Loading…
Cancel
Save