From 6a6acfbb091229ccc28215e92868fa45ec4c2d79 Mon Sep 17 00:00:00 2001 From: Ivan Ivaschenko Date: Sun, 2 Nov 2014 22:41:38 +0300 Subject: [PATCH] Using double-backticks: ``None`` --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index eaaa0ae6..c8468d02 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -185,7 +185,7 @@ The following configuration values are used internally by Flask: ``TEMPLATES_AUTO_RELOAD`` Whether to check for modifications of the template source and reload it automatically. By default the value is - `None` which means that Flask checks + ``None`` which means that Flask checks original file only in debug mode. ``EXPLAIN_TEMPLATE_LOADING`` If this is enabled then every attempt to load a template will write an info