From 8fc723c7c2b3bfe75bf76db75f2970d4253ce3bc Mon Sep 17 00:00:00 2001 From: mattc41190 Date: Tue, 24 Mar 2020 09:54:32 -0500 Subject: [PATCH] itty bitty typo --- docs/templating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templating.rst b/docs/templating.rst index 3fa7a0663f..2bb120ab62 100644 --- a/docs/templating.rst +++ b/docs/templating.rst @@ -3,7 +3,7 @@ Templates ========= -Flask leverages Jinja2 as template engine. You are obviously free to use +Flask leverages Jinja2 as its template engine. You are obviously free to use a different template engine, but you still have to install Jinja2 to run Flask itself. This requirement is necessary to enable rich extensions. An extension can depend on Jinja2 being present.