From 974e14484369a977690ae6c29b2e6898525c71e3 Mon Sep 17 00:00:00 2001 From: defuz Date: Wed, 5 Nov 2014 10:37:34 +0300 Subject: [PATCH] docs: remove unnecessary colons --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 07d8735c..fb39b4c4 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -127,7 +127,7 @@ The following configuration values are used internally by Flask: reject incoming requests with a content length greater than this by returning a 413 status code. -``SEND_FILE_MAX_AGE_DEFAULT``: Default cache control max age to use with +``SEND_FILE_MAX_AGE_DEFAULT`` Default cache control max age to use with :meth:`~flask.Flask.send_static_file` (the default static file handler) and :func:`~flask.send_file`, in