From dc991b1995e0c18f1b200efef8faa0009fd03c42 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 16 Sep 2007 08:00:56 +0200 Subject: [PATCH] Fix docstring typo. --HG-- branch : trunk --- jinja/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinja/environment.py b/jinja/environment.py index c815f59..86983d8 100644 --- a/jinja/environment.py +++ b/jinja/environment.py @@ -81,7 +81,7 @@ class Environment(object): `auto_escape` is ``True`` there will be also a ``Markup`` object in the template namespace to define partial html fragments. - Note that we do not recomment this feature. + Note that we do not recommend this feature. `default_filters` list of tuples in the form (``filter_name``, ``arguments``) where ``filter_name`` is the name of a registered filter and -- 2.26.2