summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-19 03:06:52 -0700
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-19 03:06:52 -0700
commit257a8cdc1e3c70590bc569cf7638eca06984d2e5 (patch)
treeb190ddefca7a27762a83bcc5e3a86166c6baffa4 /docs
parentb418550f2547253d8385402916085739272e5974 (diff)
parentfd3c9e684f2f84806b4772ceee93ad49cda463c7 (diff)
downloadjinja2-257a8cdc1e3c70590bc569cf7638eca06984d2e5.tar.gz
Merge pull request #141 from dgilman/patch-1
Fix FAQ typo
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 5c80d33..f66bd81 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