mirror of https://github.com/pallets/flask.git
Fix typo.
This commit is contained in:
parent
915d34444b
commit
2faf245876
|
|
@ -132,7 +132,7 @@ The following configuration values are used internally by Flask:
|
||||||
default static file handler) and
|
default static file handler) and
|
||||||
:func:`~flask.send_file`, as
|
:func:`~flask.send_file`, as
|
||||||
:class:`datetime.timedelta` or as seconds.
|
:class:`datetime.timedelta` or as seconds.
|
||||||
seconds. Override this value on a per-file
|
Override this value on a per-file
|
||||||
basis using the
|
basis using the
|
||||||
:meth:`~flask.Flask.get_send_file_max_age`
|
:meth:`~flask.Flask.get_send_file_max_age`
|
||||||
hook on :class:`~flask.Flask` or
|
hook on :class:`~flask.Flask` or
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue