From d951a763fb90ff3edb5aede5198198ee5d30d44e Mon Sep 17 00:00:00 2001 From: Abdur-Rahmaan Janhangeer Date: Sun, 27 Nov 2022 13:51:09 +0400 Subject: [PATCH] Fix backstick not rendering. --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index bdcbdcd43c..aa966e5c0d 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -47,7 +47,7 @@ Debug Mode The :data:`DEBUG` config value is special because it may behave inconsistently if changed after the app has begun setting up. In order to set debug mode reliably, use the -``--debug`` option on the ``flask`` command.``flask run`` will use the interactive +``--debug`` option on the ``flask`` command. ``flask run`` will use the interactive debugger and reloader by default in debug mode. .. code-block:: text