From: David Gilman Date: Sat, 21 Jul 2012 06:30:36 +0000 (-0500) Subject: Fix FAQ typo X-Git-Tag: 2.7~49^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3c9e684f2f84806b4772ceee93ad49cda463c7;p=thirdparty%2Fjinja.git Fix FAQ typo --- 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