]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix FAQ typo 141/head
authorDavid Gilman <davidgilman1@gmail.com>
Sat, 21 Jul 2012 06:30:36 +0000 (01:30 -0500)
committerDavid Gilman <davidgilman1@gmail.com>
Sat, 21 Jul 2012 06:30:36 +0000 (01:30 -0500)
docs/faq.rst

index d066bffa1e8bdb9dac20f795708ca634acbe4e38..bd46dae6e8b92d5a17973613aa31a2821397d193 100644 (file)
@@ -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