From fd3c9e684f2f84806b4772ceee93ad49cda463c7 Mon Sep 17 00:00:00 2001 From: David Gilman Date: Sat, 21 Jul 2012 01:30:36 -0500 Subject: [PATCH] Fix FAQ typo --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index d066bffa..bd46dae6 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -139,7 +139,7 @@ Jinja2 no longer ships with a C implementation of it but only the pure Python implementation. It will however check if MarkupSafe is available and installed, and if it is, use the Markup class from MarkupSafe. -So if you want the speedups, just import MarkupSafe. +So if you want the speedups, just install MarkupSafe. .. _MarkupSafe: http://pypi.python.org/pypi/MarkupSafe -- 2.47.2