summaryrefslogtreecommitdiff
path: root/docs/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index d066bff..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
@@ -174,7 +174,7 @@ harder to maintain the code for older Python versions. If you really need
Python 2.3 support you either have to use `Jinja 1`_ or other templating
engines that still support 2.3.
-My Macros are overriden by something
+My Macros are overridden by something
------------------------------------
In some situations the Jinja scoping appears arbitrary: